View Single Post
Posts: 41 | Thanked: 11 times | Joined on Nov 2011
#4
Ah you see, I saw that but since I removed that package it was not in dpkg status!
Anyway, I found this (of which I wished more mirrors existed):

http://maemo-archive.wedrop.it/downl...harmattan/009/

and I downloaded four packages:
Code:
twitter-meego_1.3.50+0m8_armel.deb
libmeegotwitter1_1.3.50+0m8_armel.deb  
twitter-qml_1.3.50+0m8_armel.deb
twitter_1.3.50+0m8_armel.deb
Then I removed them from my system
Code:
# dpkg -r twitter-meego libmeegotwitter1 twitter-qml twitter
and of course reinstalled them
Code:
# dpkg -i twitter-meego_1.3.50+0m8_armel.deb
libmeegotwitter1_1.3.50+0m8_armel.deb  
twitter-qml_1.3.50+0m8_armel.deb
twitter_1.3.50+0m8_armel.deb
For some reason "twitter" failed to install the first time around so I had to install it again. After that, I simply reinstalled mp-harmattan-009-pr
Code:
# apt-get install mp-harmattan-009-pr
and everything is back to normal, and the whole system is not on the autoremovable list.

Thanks for your replies!