...
Code Block |
---|
yum localinstallĀ infinit.e-platform.prerequisites.online-*.rpm --nogpgcheck |
or:
Code Block |
---|
mkdir ~/yum.repos.d.backup
mv /etc/yum.repos.d/* ~/yum.repos.d.backup
yum localinstall infinit.e-platform.prerequisites.offline-*.rpm --nogpgcheck
|
depending on the type of install.
Note that in the offline case all existing yum repositories are removed so that yum does not try to go out over the Internet to fetch dependencies. Running the offline install script (below) will then create a single local repository.
RPM will unpack all of the files required to complete the installation into the following directory:
...