The apt-get autoremove command does not have any effect in Maverick. How can I solve that?
EDIT: Restoring a VM backup containing a clean install solved the problem.
|
The apt-get autoremove command does not have any effect in Maverick. How can I solve that?
|
||||
| show 5 more comments |
|
Go to System > Administration > Computer Janitor. You can find all the packages that can be removed. But, I am not sure whether it happens in 10.10 |
|||||||||
|
dpkg -l package-namecan cross-check what apt-get lists as not needed. Does removing a specific package yield a different result (e.g.apt-get remove package-name)? What doesapt-get checkhave to say for itself? – msw Oct 31 '10 at 20:04