You are not logged in.
Hi,
Playing with Arch linux with a view to ditching windows completely, but came across one very small issue. One where I have tried to find the answer on the wiki and using the forum search
Anyway, I installed firefox using pacman, no problems. Then I discovered Yaught (can never spell it right) and found a proper branded firefox package on there.
I run:
sudo pacman -R firefox
and it is rightly removed. The issue is it still seems to keep the installation files on the system.
How do I completely remove all the installation files?
Last edited by oxymoron (2009-03-16 14:06:34)
Offline
The package remains in pacman's cache until you remove it. Read man pacman, and look for the -c/--clean flag in the SYNC OPTIONS section.
Offline
Offline
'-n/--nosave' is just to ignore creating .pacsaves of configs defined in 'backup=()', firefox doesnt have any anyway.
The branded firefox from aur is the same thing as the one in extra with a different icon and name (a waste of time if you ask me) so you dont need to clean anything, but if you ever need/want to just wipe '~/.mozilla'.
Offline
Thanks guys
sudo pacman -Syc did the trick
Offline
Dont need a -y to clean your cache. Also -Scc will wipe the whole thing if you dont want them taking room.
Some thoughts on making use of the cache...
'-Sc' keeps the currently installed pkges and cleans only uninstalled/old pkges from cache, its a good practise to do it everytime *before* you upgrade. Doing that ensures youll always be able to downgrade to a working set of pkges if theres something wrong with an upgrade.
Offline