3 | | Please configure IGE repositories. Example configuration for **SL5**: |
| 3 | Please configure IGE repositories. |
| 4 | |
| 5 | ** Example configuration for **SL6**: |
| 6 | {{{#!sh |
| 7 | cat > /etc/yum.repos.d/IGE.repo << EOF |
| 8 | [IGE] |
| 9 | name=IGE |
| 10 | baseurl=http://repo-rpm.ige-project.eu/sl/sl6/x86_64/ |
| 11 | enabled=1 |
| 12 | gpgcheck=1 |
| 13 | gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE |
| 14 | EOF |
| 15 | }}} |
| 16 | |
| 17 | {{{#!sh |
| 18 | cat > /etc/yum.repos.d/IGE-updates.repo << EOF |
| 19 | [IGE-updates] |
| 20 | name=IGE - Updates |
| 21 | baseurl=http://repo-rpm.ige-project.eu/sl/updates/sl6/x86_64/ |
| 22 | enabled=1 |
| 23 | gpgcheck=1 |
| 24 | gpgkey=http://repo-rpm.ige-project.eu/RPM-GPG-KEY-IGE |
| 25 | EOF |
| 26 | }}} |
| 27 | |
| 28 | ** Example configuration for **SL5**: |