[X2Go-Commits] page changed: wiki:repositories:fedora
wiki-admin at x2go.org
wiki-admin at x2go.org
Wed Oct 5 10:06:10 CEST 2016
A page in your DokuWiki was added or changed. Here are the details:
Date : 2016/10/05 08:06
Browser : Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:49.0) Gecko/20100101 Firefox/49.0
IP-Address : 178.162.222.41
Hostname : 178.162.222.41.adsl.inet-telecom.org
Old Revision: http://wiki.x2go.org/doku.php/wiki:repositories:fedora?rev=1475651799
New Revision: http://wiki.x2go.org/doku.php/wiki:repositories:fedora
Edit Summary: Sync instructions with wiki:repository:epel a bit.
User : ionic
@@ -8,42 +8,49 @@
===== Using the Official Fedora Packages Repository =====
===== Adding the X2Go Repository to Your Package System =====
- Please add the file ''x2go.repo'' to the folder ''/etc/yum.repos.d/''.
- This can be done by using your preferred editor.
+ <note>For unsupported, archived Fedora versions, please refer to [[wiki:repositories:archives:fedora|Fedora Archives]].</note>
+ ==== Base Installation ====
+
+ Download the .repo file and save it to the
correct location:
<code bash>
- $ editor /etc/yum.repos.d/x2go.repo
+ wget -O /etc/yum.repos.d/x2go.repo \
+ http://packages.x2go.org/fedora/x2go.repo
</code>
- Then add the X2Go repository to your YUM/DNF setup:
+ For reference, the file will also be inlined here, with the original information being available on [[http://packages.x2go.org/fedora/x2go.repo]]:
- <file - x2go.repo>
- [x2go-releases]
- name=Upstream X2Go Packages (release builds)
- baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch
- gpgcheck=0
- enabled=1
- protect=0
+ {{url>http://packages.x2go.org/fedora/x2go.repo 720px|Fedora X2Go repository definition file}}
- #[x2go-nightly]
- #name=Upstream X2Go Packages (nightly builds)
- #baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch
- #gpgcheck=0
- #enabled=1
- #protect=0
- </file>
+ ==== Customization ====
+ Edit this file with your preferred editor.
- Now you can search for X2Go related package that are now available
for your system via DNF
+ <code bash>
+ $ editor /etc/yum.repos.d/x2go.repo
+ </code>
+
+ As a rule of thumb: ''source''-labeled repositories are never needed, unless you want to build packages from source. ''extras''-tagged repositories are always needed.
+
+ By default, the ''release''-labeled repository is enabled and the ''nightly''-tagged repository is disabled. If you want to use the unreleased, more up-to-date packages, disable the ''release''-labeled repository and enable the ''nightly''-tagged repository.
+
+ ==== Post-Addition Test ====
+
+ Now you can search for X2Go related package that are now available for your system via ''yum'' or ''dnf'', whatever is appropriate for your system:
<code bash>
$ dnf search x2go
</code>
- Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver-xsession, x2goclient or pyhoca-gui or any other of the available packages.
+ or
+
+ <code bash>
+ $ dnf search x2go
+ </code>
+
Congratulations, you are now able to access the X2Go packages. You may continue by installing ''x2goserver-xsession'', ''x2goclient'' or ''pyhoca-gui'' or any other of the available packages.
===== Mirroring This Repository =====
The packages in this repository can be mirrored via ''rsync'':
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list