Page 1 of 1

[SOLVED] Help with uninstalling packages!

Posted: Fri Mar 22, 2013 5:15 am
by P1xel
I'm using Linux Mint 14 KDE 64-bit.
So, I was fiddling around downloading cinnamon and MATE from the Software Manager to see how they look. Cinnamon was OK but MATE looked nothing like MATE! So I started uninstalling the packages, just to find it doesn't uninstall everything! Only a few MB of space, and semi broken desktops still exist in the session options!!!! :(

Could someone PLZ help me delete these packages! :| I have lost a GB of space, and is left with 2 semi working desktops(and fully working KDE of course)


P1xel

Re: Help with uninstalling packages!

Posted: Fri Mar 22, 2013 8:13 am
by viking777
There is no 'undo' command in the apt vocabulary. You have to continue to uninstall the packages manually.

Code: Select all

cat /var/log/apt/history.log
Will tell you what you installed.

Code: Select all

sudo apt-get purge xxxx yyyy zzzz 
(Where xxxx yyyy zzzz are the names of the packages you installed)

Will remove them for you.

Re: Help with uninstalling packages!

Posted: Sat Mar 23, 2013 1:52 am
by P1xel
Erm, I unistalled the 'main' packages, which yielded me 10MB of free space, so do I need to install them again to use the autoremove command??
Or will it screw up and not know what to remove? Sorry, I'm a beginner in Linux Mint :oops:

Re: Help with uninstalling packages!

Posted: Sat Mar 23, 2013 3:22 am
by P1xel
Thanks CtrlAltDel, autoremove worked fine!

Thank you so much! :D