--- doc/build/scientific6_install.frag 2015/05/30 23:44:10 1.7 +++ doc/build/scientific6_install.frag 2019/12/02 18:05:16 1.8 @@ -109,6 +109,12 @@ This tool should be used to configure th
+Enable access to the EPEL repository +
++yum install epel-release ++
Update your system to the latest versions of the system software using yum.
@@ -131,6 +137,25 @@ mv /etc/yum.conf /etc/yum.conf.backup cp scientific6_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 $releasever = 6.10 and $basearch = x86_64 or i386): +
+repo id | repo name |
---|---|
epel | Extra Packages for Enterprise Linux 6 - $basearch |
loncapa-updates-basearch | Scientific Linux $releasever LON-CAPA $basearch Updates |
loncapa-updates-noarch | Scientific Linux $releasever LON-CAPA noarch Updates |
sl | Scientific Linux $releasever - $basearch |
sl-security | Scientific Linux $releasever - $basearch - security updates /td> |
sl6x | Scientific Linux 6x - $basearch |
sl6x-security | Scientific Linux 6x - $basearch - security updates |