Installing packages from saved lists

There is several methods to feed input from other sources than STDIN - so it is likely - and it is easy to test.

pamac install $(cat pkglist.txt)

pacman

pacman -S - < pkglist.txt

Yay takes input same way as pacman

yay -S - < pkglist.txt
1 Like