You are not logged in.
I have a list of all the programs I'd like to install in a text file. I was hoping pacman could read that file and install the files listed; it would be much easier than me typing all the packages out.
Last edited by Japanlinux (2011-10-18 03:56:11)
Offline
Sure e.g.
cat filename | sudo pacman -S -Offline
Thanks karol! That worked out great.
Offline
Sure e.g.
cat filename | sudo pacman -S -
Just yet another case of useless use of cat, huh? Let's save our cats...
sudo pacman -S - < filenameThis silver ladybug at line 28...
Offline