View Single Post
Posts: 31 | Thanked: 25 times | Joined on Mar 2010 @ London
#7
Originally Posted by thefoxtrot View Post
Oooh, every time I do it.

What happens when you type apt-get clean after sudo gainroot?
It doesn't notify you of anything actually happening, does it?
No, there is no feedback unless your cache has lots to be cleaned out, in which case there will be a slight pause.
The commands apt-get autoclean and apt-get autoremove will provide some feedback, similar to this (output from my Ubuntu install):

barrieluv@barrieluv-laptop:~$ sudo apt-get clean
[sudo] password for barrieluv:
barrieluv@barrieluv-laptop:~$ sudo apt-get autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
barrieluv@barrieluv-laptop:~$ sudo apt-get autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
barrieluv@barrieluv-laptop:~$

Hope this helps.