![]() |
Re: cleaning up uninstalled apps
yes, I deleted Xulrunner, and recovered most of the space, but you don't always recover all the space when uninstalling apps, back when on OS2007 I removed canola and didn't remove the cover albums from the internal memory before I uninstalled, and I had to hunt down the covers and delete them manually.
I tried apt-get remove -- purge, apt-get autoremove, and apt-get clean, recovered almost 3MB free :D |
Re: cleaning up uninstalled apps
On the desktop there is 'deborphan' to remove orphaned packages. Digging through the forum I found this command: that deletes leftover config files:
Code:
dpkg --purge $(dpkg --list | grep ^rc | awk '{ print $2; }')Quote:
Code:
dpkg --list | grep ^rc | awk '{ print $2; }' |
Re: cleaning up uninstalled apps
Quote:
|
| All times are GMT. The time now is 16:40. |
vBulletin® Version 3.8.8