I think someone already reported this somewhere on this forum, but i can't find it.Apt-get autoremove doesn't autoremove anything anymore. Is this a bug or a new feature? :/And did anyone solve this already?
I just did
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove
and localpurge. But I didn't remove anything (as I remember) by the last one. After reboot I have (look at attachment) an empty shell. Everything seems to be worked, but the shell is empty: no windows, no panels, no menus, nothing...
What should I do?
I have uninstalled my distro's (Debian Wheezy) package of torchat, and use a newer version I've built myself. Since removing the package apt-get wants me to autoremove something which the software I've built still depends on.
is this a bug?
why do i have Online Accounts twice?
even thou i have no chat client installed and i have perform this command several times:
sudo apt-get remove gnome-online-accounts*
sudo apt-get purge gnome-online-accounts*
sudo apt-get autoremove
sudo apt-get autoclean
Attached Images
Screenshot from 2012-10-12 05:23:02.png (9.8 KB)
Hello, I have a hp compaq 6720s laptop recently upgraded from 10.04 to 12.04.
I am using gnome fallback as desktop.
I had openoffice3.3 installed in my 10.04 system, when I upgraded to 12.04, libreoffice was installed too. So I decided to uninstall openoffice. I did it through synaptic.
I also removed a package named openoffice-ure- or something similar.
Generally, you can trust apt-gets autoremove. However, having a quick look at what is going to be removed is a recommendable attitude.In this case it looks quite plausible.
Tired of removing programs and apt-get autoclean or apt-get autoremove doesn't wipe them all out? dpkg --get-selections|grep deinstall will show all the list of remaining .debs. That could be a long list of files to remove individually, so here's a script I got help with to do that all at once.
I keep getting warnings from Disk Utility that I have less than 71.00 megabytes of available disk space on my computer.
Missed the apt-get autoremove command? Yum can do it too with this simple line
Code:
yum autoremove
.
Problem: that command is undocumented and a bug report is submitted:
https://bugzilla.redhat.com/show_bug.cgi?id=951839