Is there any way to install packages through yum from a file?
Something like:
yum -f packages.txt
I couldn't find anything in the man pages.
packages.txt would contain something like:
bash
bc
binutils
bzip2
bzip2-libs
ca-certificates
cairo
|
feedback
|
|
This works:
As should:
I added the pipe to per a comment:
will also work, rather than using the backticks. | |||||||||
feedback
|
rpm -ivh filenamewon't do it? – Hubert Kario Jan 18 at 22:07