Skip to main content
Topic: Must have pacman do install specifically those ones just downloaded  (Read 356 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Must have pacman do install specifically those ones just downloaded

How can pacman do install specifically those ones just downloaded but not yet installed ?

e.g. as
Code: [Select]
pacman -S a b c d e ... cz
is doing download, at some point of time / package the user impatient and just want to get all bunch installation up to that point so then doing ctrl-c / break


Re: Must have pacman do install specifically those ones just downloaded

Reply #1
Code: [Select]
pacman -Sw pkgname
to only download w/o install,
Code: [Select]
pacman -U path
to install package from filesystem
ARMtix