[LON-CAPA-cvs] cvs: doc /build centos7_install.frag
raeburn
raeburn at source.lon-capa.org
Fri Dec 20 10:09:59 EST 2019
raeburn Fri Dec 20 15:09:59 2019 EDT
Modified files:
/doc/build centos7_install.frag
Log:
- EPEL repo only available for 64-bit CentOS 7 (not 32-bit).
Index: doc/build/centos7_install.frag
diff -u doc/build/centos7_install.frag:1.2 doc/build/centos7_install.frag:1.3
--- doc/build/centos7_install.frag:1.2 Mon Dec 2 21:58:24 2019
+++ doc/build/centos7_install.frag Fri Dec 20 15:09:58 2019
@@ -122,7 +122,7 @@
<h2>4. <a name="upd">Update your system</a></h2>
<p>
-Enable access to the EPEL repository
+If you are using 64-bit archirecture Enable access to the EPEL repository
</p>
<pre>
yum install epel-release
@@ -157,12 +157,12 @@
yum repolist enabled
</pre>
<p>
-The list of enabled repos should be as follows (where $basearch = x86_64 or i386):
+The list of enabled repos should be as follows (where $basearch = x86_64 or i386). The epel repo will be absent if you are using 32-bit architecture.
</p>
<table style="border: 0px; border-collapse: collapse;">
<tr><th>repo id</th><th>repo name</th></tr>
<tr><td>base/7/$basearch</td><td>CentOS-7 - Base<td></tr>
-<tr><td>epel/$basearch</td><td>Extra Packages for Enterprise Linux 7 - $basearch</td></tr>
+<tr><td>epel/x86_64</td><td>Extra Packages for Enterprise Linux 7 - x86_64</td></tr>
<tr><td>extras/7/$basearch</td><td>CentOS-7 - Extras</td></tr>
<tr><td>loncapa-updates-basearch/7/$basearch</td><td>CentOS 7 LON-CAPA $basearch Updates</td></tr>
<tr><td>loncapa-updates-noarch/7</td><td>CentOS 7 LON-CAPA noarch Updates</td></tr>
More information about the LON-CAPA-cvs
mailing list