87 | | '''Note:''' you may need to add an additional repositorium (epel.repo) to the /etc/yum.repos.d. The content of this file may looks as follows: |
88 | | {{{ |
89 | | #!div style="font-size: 90%" |
90 | | {{{#!sh |
91 | | [epel] |
92 | | name=Extra Packages for Enterprise Linux 5 - $basearch |
93 | | |
94 | | #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch |
95 | | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch |
96 | | failovermethod=priority |
97 | | enabled=1 |
98 | | gpgcheck=0 |
99 | | }}} |
100 | | }}} |
| 87 | '''Note:''' you may need to add an additional repositorium (epel.repo) to the /etc/yum.repos.d. The content of this file may looks as follows: |
| 88 | {{{ |
| 89 | #!div style="font-size: 90%" |
| 90 | {{{#!sh |
| 91 | [epel] |
| 92 | name=Extra Packages for Enterprise Linux 5 - $basearch |
| 93 | |
| 94 | #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch |
| 95 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch |
| 96 | failovermethod=priority |
| 97 | enabled=1 |
| 98 | gpgcheck=0 |
| 99 | }}} |
| 100 | }}} |