Artix Linux Forum

Artix Linux => Package management => Topic started by: mardiyah on 11 January 2023, 03:59:24

Title: Must have pacman do install specifically those ones just downloaded
Post by: mardiyah on 11 January 2023, 03:59:24
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

Title: Re: Must have pacman do install specifically those ones just downloaded
Post by: phoenix_king_rus on 11 January 2023, 09:51:40
Code: [Select]
pacman -Sw pkgname
to only download w/o install,
Code: [Select]
pacman -U path
to install package from filesystem
Title: Re: Must have pacman do install specifically those ones just downloaded
Post by: mardiyah on 11 January 2023, 12:21:32
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.."
Title: Re: Must have pacman do install specifically those ones just downloaded
Post by: phoenix_king_rus on 11 January 2023, 13:36:27
How to know full path for the question: ".. specifically those ones just downloaded.."
Code: [Select]
man 5 pacman.conf