Skip to main content
Topic: Must have pacman do install specifically those ones just downloaded  (Read 676 times) previous topic - next topic
0 Members and 1 Guest 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
If you need to contact me, use email

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

Reply #2
Code: [Select]
pacman -Sw pkgname
to only download w/o install,
Code: [Select]
pacman -U path
to install package from filesystem
How to know full path for the question: ".. specifically those ones just downloaded.."

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

Reply #3
How to know full path for the question: ".. specifically those ones just downloaded.."
Code: [Select]
man 5 pacman.conf
ARMtix
If you need to contact me, use email