--- doc/build/scientific7_install.frag 2015/05/30 23:45:00 1.1 +++ doc/build/scientific7_install.frag 2019/12/03 00:36:47 1.2 @@ -110,6 +110,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.
@@ -132,6 +138,25 @@ mv /etc/yum.conf /etc/yum.conf.backup cp scientific7_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: +
+repo id | repo name |
---|---|
epel/x86_64 | Extra Packages for Enterprise Linux 7 - x86_64 |
loncapa-updates-basearca/7/x86_64 | Scientific Linux 7 LON-CAPA x86_64 Updates |
loncapa-updates-noarch/7 | Scientific Linux 7 LON-CAPA noarch Updates |
sl/x86_64 | Scientific Linux 7x - x86_64 |
sl-extras/x86_64 | Scientific Linux Extras- x86_64 |
sl-fastbugs/x86_64 | Scientific Linux 7x - x86_64 - bugfix updates |
sl-security/x86_64 | Scientific Linux 7x - x86_64 - security updates |