yum install from list

Chaim Rieger chaim.rieger at gmail.com
Wed Jul 23 19:54:54 UTC 2008


have a list of packages that i would like to install via yum
tried this way
for i in `cat install.list | cut -d "-" -f 1` ; do yum -y install $1 ; done
didnt work

anybody know how i can point yum to install all packeges listed in the 
file install.list ?


thanx


-- 
--
Chaim Rieger




More information about the redhat-list mailing list