Re: Non-urgent query re: yum ?

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

 



William Case wrote:
> It would be nice and easy to just 'yum install --from-file
> ~/billspackagelist' or after a disaster 'yum install
> --from-file /backup/billspackagelist'

You could always make a little shell script of the whole command:

#!/bin/sh
yum install \
this-package \
that-package \
some-other-package

Save the file as /usr/local/bin/install_my_packages and make it executable. 
Then the command to install all the packages is just "install_my_packages".

Björn Persson

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux