User Tools

Site Tools


wiki:repositories:fedora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:repositories:fedora [2016/10/05 07:12]
ionic Merge with changes from wiki:repositories:epel.
wiki:repositories:fedora [2016/10/05 08:07]
ionic Headline fix for mirroring this repository.
Line 10: Line 10:
 ===== Adding the X2Go Repository to Your Package System ===== ===== Adding the X2Go Repository to Your Package System =====
  
-Please add the file ''x2go.repo'' to the folder ''/etc/yum.repos.d/''+<note>For unsupported, archived Fedora versions, please refer to [[wiki:repositories:archives:fedora|Fedora Archives]].</note>
-This can be done by using your preferred editor.+
  
 +==== Base Installation ====
 +
 +Download the .repo file and save it to the correct location:
 <code bash> <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> </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> +{{url>http://packages.x2go.org/fedora/x2go.repo 720px|Fedora X2Go repository definition file}}
-[x2go-releases] +
-name=Upstream X2Go Packages (release builds) +
-baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch +
-gpgcheck=0 +
-enabled=1 +
-protect=0+
  
-#[x2go-nightly] +==== Customization ====
-#name=Upstream X2Go Packages (nightly builds) +
-#baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch +
-#gpgcheck=+
-#enabled=+
-#protect=+
-</file>+
  
 +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> <code bash>
Line 42: Line 44:
 </code> </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 =====+==== Mirroring This Repository ====
  
 The packages in this repository can be mirrored via ''rsync'': The packages in this repository can be mirrored via ''rsync'':
Line 57: Line 64:
 To get started you'll need to configure your local system to access the X2Go Fedora Copr repository. Please keep in mind that this installation manual will guide you through the installation on a Fedora 23 or 24 system. The repository will basically offer you packages for the ppc64le architecture. To get started you'll need to configure your local system to access the X2Go Fedora Copr repository. Please keep in mind that this installation manual will guide you through the installation on a Fedora 23 or 24 system. The repository will basically offer you packages for the ppc64le architecture.
  
-===== Adding this Repository to you Package System =====+===== Adding this Repository to Your Package System =====
  
 Use the copr utility to add the repo: Use the copr utility to add the repo:
wiki/repositories/fedora.txt · Last modified: 2017/11/02 11:22 by ionic