82 | | '''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: |
83 | | {{{ |
84 | | #!div style="font-size: 90%" |
85 | | {{{#!sh |
86 | | [epel] |
87 | | name=Extra Packages for Enterprise Linux 5 - $basearch |
88 | | |
89 | | #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch |
90 | | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch |
91 | | failovermethod=priority |
92 | | enabled=1 |
93 | | gpgcheck=0 |
| 82 | '''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: |
| 83 | {{{ |
| 84 | #!div style="font-size: 90%" |
| 85 | {{{#!sh |
| 86 | [epel] |
| 87 | name=Extra Packages for Enterprise Linux 5 - $basearch |
| 88 | |
| 89 | #baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch |
| 90 | mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch |
| 91 | failovermethod=priority |
| 92 | enabled=1 |
| 93 | gpgcheck=0 |