If there are package dependency errors during installation of {ProjectServer} packages, you can resolve the errors by downloading and installing packages from Red Hat Customer Portal. For more information about resolving dependency errors, see the KCS solution How can I use the yum output to solve yum dependency errors?.
If you have successfully installed the {Project} packages, skip this procedure.
-
Go to the Red Hat Customer Portal and log in.
-
Click DOWNLOADS.
-
Click the Product that contains the package that you want to download.
-
Ensure that you have the correct Product Variant, Version, and Architecture for your environment.
-
Click the Packages tab.
-
In the Search field, enter the name of the package.
-
Click the package.
-
From the Version list, select the version of the package.
-
At the bottom of the page, click Download Now.
-
Copy the package to the {Project} base operating system.
-
On {ProjectServer}, change to the directory where the package is located:
# cd /path-to-package/
-
Install the package locally:
# {client-package-install-el8} package_name
-
Change to the directory where the {Project} ISO is mounted:
# cd /media/sat6/
-
Verify that you have resolved the package dependency errors by installing {ProjectServer} packages. If there are further package dependency errors, repeat this procedure.
# ./install_packages
NoteThe script contains a command that enables the
{dnf-module}
module. snip_dnf-module-enable-note.adocIf you have successfully installed the {Project} packages, the following message is displayed:
Install is complete. Please run {installer-scenario}
.