Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.11 KB

proc_installing-from-the-offline-repositories.adoc

File metadata and controls

49 lines (43 loc) · 1.11 KB

Installing the {Project} Packages from the Offline Repositories

Use this procedure to install the {Project} packages from the offline repositories.

Procedure
  1. Ensure the ISO images for {RHELServer} and {ProjectName} are mounted:

    # findmnt -t iso9660
  2. Import the Red Hat GPG keys:

    # rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
  3. Ensure the base operating system is up to date with the Binary DVD image:

    # {client-package-update-el8}
  4. Change to the directory where the {Project} ISO is mounted:

    # cd /media/sat6/
  5. Run the installation script in the mounted directory:

    # ./install_packages
    Note

    The script contains a command that enables the {dnf-module} module. snip_dnf-module-enable-note.adoc

    If you have successfully installed the {Project} packages, the following message is displayed: Install is complete. Please run {installer-scenario}.