You are not logged in.
I was wondering, I looked on Arch Wiki first, but didn't find what I needed, where does pacman download files that you later install, for example pacman -S kde I know there must be a place where KDE files must be stored, unless pacman automatically cleans up unnecessary files after it installs the package, if not, where would I go to remove the left overs, now since KDE is installed, I feel I don't need the KDE installation files, since it's already installed.
Last edited by richardm198030 (2011-09-03 02:27:39)
Offline
"CacheDir = /var/cache/pacman/pkg/" - that's the default, check your pacman.conf if it's the same on your system.
Or you can run 'pacman -Scc' to remove *all* cached packages, not only those related to KDE.
Last edited by karol (2011-09-02 21:10:36)
Offline
"CacheDir = /var/cache/pacman/pkg/" - that's the default, check your pacman.conf if it's the same on your system.
Or you can run 'pacman -Scc' to remove *all* cached packages, not only those related to KDE.
Thanks, and doing so won't destroy my currently installed KDE, and other apps?
Offline
karol wrote:"CacheDir = /var/cache/pacman/pkg/" - that's the default, check your pacman.conf if it's the same on your system.
Or you can run 'pacman -Scc' to remove *all* cached packages, not only those related to KDE.Thanks, and doing so won't destroy my currently installed KDE, and other apps?
It won't destroy it.
You may want to have a looks at some scripts that can help you with the cleaning https://bbs.archlinux.org/viewtopic.php?id=122656
Offline
richardm198030 wrote:karol wrote:"CacheDir = /var/cache/pacman/pkg/" - that's the default, check your pacman.conf if it's the same on your system.
Or you can run 'pacman -Scc' to remove *all* cached packages, not only those related to KDE.Thanks, and doing so won't destroy my currently installed KDE, and other apps?
It won't destroy it.
You may want to have a looks at some scripts that can help you with the cleaning https://bbs.archlinux.org/viewtopic.php?id=122656
Heh, too late, just ran the pacman -Scc command, it cleared it, thanks for your help,
.
Offline
karol wrote:richardm198030 wrote:Thanks, and doing so won't destroy my currently installed KDE, and other apps?
It won't destroy it.
You may want to have a looks at some scripts that can help you with the cleaning https://bbs.archlinux.org/viewtopic.php?id=122656Heh, too late, just ran the pacman -Scc command, it cleared it, thanks for your help,
.
I would highly recommend NOT doing pacman -Scc. It wont hurt anything, but then it will remove ALL packages from /var/cache/pacman/pkg- if in the future you need to downgrade a package that introduces a bug, you will not be able to via pacman's cache. Now, there is the ARM and the Download script in the AUR that can assist you with downgrading, but these also rely on your network working and take time to grab each package.
A better approach is to run pacman -Sc. This will clear all packages EXCEPT ones currently installed. So, if you use your system a while, seems to have no bugs, then you can run pacman -Sc to clear everything except the packages currently installed. Just a suggestion...
Offline
Or, you could use something like pkgcacheclean http://aur.archlinux.org/packages.php?ID=41918
Offline
Or, you could use something like pkgcacheclean http://aur.archlinux.org/packages.php?ID=41918
Thanks, already got it figured out,
.
Offline