Re: Installing all the RPMs in one go?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2008-03-19 at 23:17 -0400, Jim Wildman wrote:

> cat rpm.lst | yum -y install
>
> or yum -y install `cat rpm.lst`

Better would be:

yum -y install $(< rpm.lst)

> or even
> 
> cat rpm.lst | xargs yum -y install  (which will deal with the
> potentially really long line)

Better would be:

xargs -a rpm.lst yum -y install

> or create a wrapper rpm that is nothing but a bunch of Requires: lines,
> and install it.

A metapackage might be the answer (depends on how often the list of rpms
changes).


-- 
Ian
_______________________________________________
Yum mailing list
Yum@xxxxxxxxxxxxxxxxxxxx
https://lists.dulug.duke.edu/mailman/listinfo/yum

[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux