You are not logged in.
Pages: 1
Is it possible to force an upgrade to all installed packages with a single command, ie all those that are likely to still be in the cache, without having to go through them all manually.
Due to filesystem corruption, I've recently had to replace the contents of my /usr directory with a copy from another source (archie /usr directory) and not surprisingly its throwing up a few probs which will presumably be solved by reinstalling the packages it thinks are already there.
Offline
hmm... you could
cd /var/cache/pacman/pkg
pacman -A *
but that could be quite messy too.
You could also try writing a script that takes the output of pacman -Q and installs only those packages.
Dusty
Offline
Pages: 1