You are not logged in.
Hi !
This is more of curiosity question . I was always wondering after i perform the command pacman -Rs package and then i try to install it again the downloaded size is 0 kb
Meaning that the file is already stored on my hard drive . How can those packages be removed from my hard disk ?
Offline
man pacman, look for 'cache'.
Offline
OK thanks for your help . The only relevant command i found is pacman with the -n option , nosave. Is this the one ?
Last edited by shak (2010-06-21 18:40:08)
Offline
OK thanks for your help . The only relevant command i found is pacman with the -n option , nosave. Is this the one ?
No. the nosave option is for config files that would be saved as .pacnew if the option was not passed in.
What you need is
sudo pacman -ScThis will clean your cache and remove all the packages that are NOT installed on your system.
If you want to remove every package from the cache then pass in an extra -c option
sudo pacman -SccThere's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Read man page again. Hint '--clean'
Offline
ok thanks again
Offline