In order to install a copy of fedora system i want to know how to install packages
previously listed with yum --list installed>mypkglist I like do the task in batch mode.
|
In order to install a copy of fedora system i want to know how to install packages previously listed with |
|||
|
|
|
Do this on the other machine, which would read the list and send it to yum,
|
|||||
|
|
The best way to do this is:
...you can also get all the transactions you performed (Eg. via. yum history) and then use "yum load-transaction". If you have just a list of package, the best thing is probably to prepend "install" in front of them and pass them to "yum shell" (need to add "run" to the end). There are also fast versions of install like "install-n" (name only match), which are useful when installing 100s of packages (or more). |
|||
|
|