User Tools

Site Tools


wiki:repositories:fedora

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:repositories:fedora [2013/12/28 17:09]
sunweaver created
wiki:repositories:fedora [2016/10/05 07:16]
ionic Headline typo and capitalization fixes.
Line 1: Line 1:
 ====== X2Go Packages for Fedora GNU/Linux ====== ====== X2Go Packages for Fedora GNU/Linux ======
  
-===== Adding the needed Fedora Repository to your system =====+<note warning>Do not mix-and-match packages from the official Fedora repository with packages from the X2Go Fedora repository. Due to differing version number schemes, you will indefinitely run into problems. If you **really** need to switch between repositories, make sure to uninstall all X2Go packages first.</note>
  
-To get started you'll need to configure your local system to access the official X2Go Fedora repository. Please keep in mind that this installation manual will guide you through the installation on a Fedora 20 system. The repository will basically offer you packages for i386 and amd64 architectures.+Select one approach listed here, thus either the official (downstream) Fedora packages repository, or our X2Go Fedora repository and stick to it. 
 +Unreleased versions and unofficial (related to the Fedora project) release packages are only available directly from the X2Go project, follow the instructions in the [[#adding_the_x2go_repository_to_your_package_system|second section]] to configure your package manager for this. 
 + 
 +===== 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/''. Please add the file ''x2go.repo'' to the folder ''/etc/yum.repos.d/''.
-This can be done unsing preferred editor.+This can be done by using your preferred editor.
  
 <code bash> <code bash>
Line 12: Line 17:
 </code> </code>
  
-Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian wheezy):+Then add the X2Go repository to your YUM/DNF setup:
  
 <file - x2go.repo> <file - x2go.repo>
 [x2go-releases] [x2go-releases]
-name=Upstream X2Go Packages (released versions+name=Upstream X2Go Packages (release builds
-baseurl=http://packages.x2go.org/fedora/20/main/$basearch+baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch
 gpgcheck=0 gpgcheck=0
 enabled=1 enabled=1
 protect=0 protect=0
 +
 +#[x2go-nightly]
 +#name=Upstream X2Go Packages (nightly builds)
 +#baseurl=http://packages.x2go.org/fedora/$releasever/main/$basearch
 +#gpgcheck=0
 +#enabled=1
 +#protect=0
 </file> </file>
  
  
-**Note:** If you have not got a folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.+Now you can search for X2Go related package that are now available for your system via DNF
  
 +<code bash>
 +$ dnf search x2go
 +</code>
  
-Please perform an update of your APT package database:+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.
  
-<code bash+ 
-$ apt-get update+===== Mirroring This Repository ===== 
 + 
 +The packages in this repository can be mirrored via ''rsync'': 
 + 
 +<code> 
 +rsync -avP packages.x2go.org::fedora </dest/path/of/local/mirror/fedora>
 </code> </code>
  
-After the update you should be able to access the X2Go packages via the apt command family. As a first action you should install our ''x2go-keyring package and refresh the apt cache:+====== X2Go Packages for Fedora GNU/Linux on POWER ======
  
-<code bash+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. 
-$ apt-get install x2go-keyring && apt-get update+ 
 +===== Adding this Repository to Your Package System ===== 
 + 
 +Use the copr utility to add the repo: 
 + 
 +<code> 
 +dnf copr enable mikedep333/x2go
 </code> </code>
  
-Now you can search for X2Go related package that are now available for your APT system:+Now you can search for X2Go related package that are now available for your system via DNF:
  
 <code bash> <code bash>
-apt-cache search x2go+dnf search x2go
 </code> </code>
  
-Congratulations, you are now able to access the X2Go packages. You may continue by installing x2goserver, x2goclient or pyhoca-gui or any other of the available packages. +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.
wiki/repositories/fedora.txt · Last modified: 2017/11/02 11:22 by ionic