Installing Any New Package on the OCSM Server
Complete the tasks given in this section to install any new package on the OCSM server.
To install any new package on the OCSM Server:
- Download the required RPM and their dependences from yum.oracle.com OL8 repo manually
- Copy the RPMs to
/var/ftp/pub/ocsm/location of the Repo Server. - On the Repo Server, execute the following
command:
createrepo /var/ftp/pub/ocsm/ - On the OCSM Server, execute the following
command:
yum clean all - Install the package on the OCSM Server using the
command:
OR You can update theyum install <package>Download_rpm.shscript by putting the RPM names under the respective Repo links and follow the steps.