Downloading
-
2. Downloading Package
Now to Download Package and Dependencies
First, in case make a Target Directory:sudo mkdir ~/Downloads/packages
And Change to it:
cd ~/Downloads/packages
Then to install the needed Software play:
sudo yum install yum-utils
Next to Download a Package with Dependencies use:
sudo yumdownloader --resolve --downloadonly --downloaddir=./ [MYCOOLPACK]
And then you may need patiently Reiterate the Command to retrive also all the downloaded Packages dependencies like:
sudo yumdownloader --resolve --downloadonly --downloaddir=./ [MYCOOLPACKD1]
Finally, try to Install all the Packages and in case come back to complete the process…
So for instance:sudo yumdownloader --resolve --downloadonly --downloaddir=./ dkms
Contents
Tags: RedHat Linux 8 Download Package, RedHat Linux 8 Download Package and Dependencies, RedHat Linux 8 Download Package Dependencies