This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:repositories:archives:epel [2016/10/04 08:25] ionic Copy page from wiki:repositories:epel for future use. |
wiki:repositories:archives:epel [2017/11/07 15:25] (current) ionic Switch to HTTPS links and resources. |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== X2Go Packages for Redhat Enterprise Linux and derivatives | + | ====== |
| - | X2Go packages are provided by the Fedora | + | < |
| - | Now you can search | + | Alongside with the instructions on the [[wiki: |
| + | ===== Adding the Archived X2Go Repository to your Package System ===== | ||
| + | |||
| + | Download the .repo file and save it to the correct location: | ||
| <code bash> | <code bash> | ||
| - | $ yum search | + | wget -O /etc/yum.repos.d/x2go-archives.repo \ |
| + | | ||
| </ | </ | ||
| - | Congratulations, you are now able to access | + | For reference, the file will also be inlined here, with the original information being available |
| - | If you wish to install newer or test versions directly from the X2Go project, follow the instructions below in addition to configuring the EPEL repository. | + | {{url> |
| - | <note important> | + | Edit this file with your preferred editor. |
| - | ===== Adding the X2Go Repository to your Package System ===== | + | <code bash> |
| + | $ editor / | ||
| + | </ | ||
| - | Add the file '' | + | Refer to [[wiki: |
| - | This can be done using by your preferred editor. | + | |
| + | ==== Post-Addition Test ==== | ||
| + | |||
| + | Now you can search for archived X2Go related packages that are now available for your system via '' | ||
| <code bash> | <code bash> | ||
| - | $ editor /etc/yum.repos.d/x2go.repo | + | $ yum search |
| </ | </ | ||
| - | A sample content for this file can be found here, with the original information on [[http:// | + | or |
| + | |||
| + | <code bash> | ||
| + | $ dnf search | ||
| + | </code> | ||
| - | {{url> | + | Congratulations, |
| - | ===== Mirroring | + | ===== Mirroring |
| The packages in this repository can be mirrored via '' | The packages in this repository can be mirrored via '' | ||
| < | < | ||
| - | rsync -avP packages.x2go.org:: | + | rsync -avP archives.packages.x2go.org:: |
| </ | </ | ||