You are not logged in.
Say I install a program binary with pacman -S. But then I want to reinstall it with ABS. When I run pacman -U, would that replace the already existing binary or would I have to remove that first with pacman -R?
Thanks.
Last edited by Yes (2008-04-26 03:28:11)
Offline
Yes (replace).
-U. --upgrade
Upgrade or add a package to the system. Either a URL or file path
can be specified. This is a "remove-then-add" process. See Handling
Config Files for an explanation on how pacman takes care of config
files.
Last edited by bender02 (2008-04-26 03:15:46)
Offline
Great, thanks. Sorry, I had forgotten about the man page.
Offline