View Single Post
xxxxts's Avatar
Posts: 491 | Thanked: 341 times | Joined on Nov 2009 @ LA
#18
I have posted a lot of problems on here that I found to be easily fixable with a little help from the Maemo community and some thought, however there's always a few people that say, "Sounds like you need to flash" when it is completely unnecessary.

After adding/removing applications I always run (in root)
Code:
apt-get autoremove
apt-get purge
apt-get clean
dpkg -l|grep ^rc
dpkg -l | grep ^rc | cut -d " " -f 3 | xargs dpkg --purge
 

The Following User Says Thank You to xxxxts For This Useful Post: