--- doc/build/RHEL6_install.frag 2013/12/16 13:53:28 1.5 +++ doc/build/RHEL6_install.frag 2019/12/02 16:38:58 1.6 @@ -111,6 +111,12 @@ This tool should be used to configure th
+Enable access to the EPEL repository +
++yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm ++
Update your system to the latest versions of the system software using yum.
@@ -133,7 +139,24 @@ mv /etc/yum.conf /etc/yum.conf.backup cp rhel6_loncapa_yum.conf /etc/yum.conf yum update- +
+Verify the required repositories are enabled: +
++yum repolist enabled ++
+The list of enabled repos should be as follows (where $basearch = x86_64 or i386): +
+repo id | repo name | |
---|---|---|
epel | Extra Packages for Enterprise Linux 6 - $basearch | |
loncapa-updates-basearch | RHEL 6Server LON-CAPA $basearch Updates | |
loncapa-updates-noarch | RHEL 6Server LON-CAPA noarch Updates | |
rhel-$basearch-server-6 | Red Hat Enterprise Linux Server (v. 6 for $basearch) | |
rhel-$basearch-server-optional-6 | RHEL Server Optional (v. 6 $basearch) | |
rhn-tools-rhel-$basearch-server-6 | RHN Tools for RHEL (v. 6 for $basearch |
Execute: