You are not logged in.
What if I install from some repo "pacman -S app" and there are few versions of "app" and I don't concretize it for pacman? What version will it install? I know that with "-U" I can tell it what version to install. But how does "-S" behave without concretizing?
Offline
It will install the first one it finds in the repos, searching in the order given in pacman.conf.
Offline
You can specify the repository you want pacman to use.
pacman -S repo/program
Or you can specify the version:
pacman -S program=version
Offline
Cool thanks for the tip ![]()
Where there is a shell, there is a way
Offline