This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| wiki:repositories:epel [2016/10/04 10:11] ionic Merge in information from wiki:repositories:redhat. | wiki:repositories:epel [2017/12/12 08:29] (current) ionic Add instructions for Saimaa ESR. | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2Go Packages for Redhat Enterprise Linux and derivatives | + | ====== X2Go Packages for Redhat Enterprise Linux and Derivatives | 
| - | <note warning> | + | <note warning> | 
| + | |||
| + | Select one approach listed here, thus either the official (downstream) EPEL packages repository, or our X2Go EPEL repository and stick to it. | ||
| Unreleased versions and unofficial (related to the EPEL project) release packages are only available directly from the X2Go project, follow the instructions in the [[# | Unreleased versions and unofficial (related to the EPEL project) release packages are only available directly from the X2Go project, follow the instructions in the [[# | ||
| Line 11: | Line 13: | ||
| < | < | ||
| - | Now you can search for X2Go related | + | Now you can search for X2Go related | 
| <code bash> | <code bash> | ||
| Line 17: | Line 19: | ||
| </ | </ | ||
| - | Congratulations, | + | or | 
| - | ===== Adding the X2Go Repository to your Package System ===== | + | <code bash> | 
| + | $ dnf search x2go | ||
| + | </ | ||
| + | |||
| + | Congratulations, | ||
| + | |||
| + | ===== Adding the X2Go Repository to Your Package System ===== | ||
| + | |||
| + | < | ||
| - | < | + | ==== Base Installation ==== | 
| Download the .repo file and save it to the correct location: | Download the .repo file and save it to the correct location: | ||
| <code bash> | <code bash> | ||
| wget -O / | wget -O / | ||
| - | http:// | + | https:// | 
| </ | </ | ||
| - | For reference, the file will also be inlined here, with the original information being available on [[http:// | + | For reference, the file will also be inlined here, with the original information being available on [[https:// | 
| - | {{url>http:// | + | {{url>https:// | 
| + | |||
| + | ==== Customization ==== | ||
| Edit this file with your preferred editor. | Edit this file with your preferred editor. | ||
| Line 42: | Line 54: | ||
| By default, the '' | By default, the '' | ||
| + | |||
| + | To use Saimaa ESR, enable the '' | ||
| Note that not all of X2Go may be provided for RHEL/EPEL 5/6, as these distributions are very old and therefore more work-intensive to develop for. | Note that not all of X2Go may be provided for RHEL/EPEL 5/6, as these distributions are very old and therefore more work-intensive to develop for. | ||
| - | **Hint: | + | < | 
| + | |||
| + | ==== Post-Addition Test ==== | ||
| + | |||
| + | Now you can search for X2Go related packages that are now available for your system via '' | ||
| + | |||
| + | <code bash> | ||
| + | $ yum search x2go | ||
| + | </ | ||
| + | |||
| + | or | ||
| + | |||
| + | <code bash> | ||
| + | $ dnf search x2go | ||
| + | </ | ||
| + | |||
| + | Congratulations, | ||
| - | ===== Mirroring | + | ===== Mirroring | 
| The packages in this repository can be mirrored via '' | The packages in this repository can be mirrored via '' | ||