Programmatically installing a list of Linux Packages read from a file
The only thing that you would have to change in the following is the name of the file (file0) and then the command to load the RPMs … they use up2date here but you could change out to “rpm -Uvh $line”. My text file is just a list of packages (each package on a separate …
Programmatically installing a list of Linux Packages read from a file Read More »