User Tools

Site Tools


wiki:repositories:debian

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:debian [2016/09/21 06:08]
ionic Add stretch to description.
wiki:repositories:debian [2019/09/12 15:31]
ionic Grammar fix.
Line 1: Line 1:
 ====== X2Go Packages for Debian GNU/Linux ====== ====== X2Go Packages for Debian GNU/Linux ======
  
-To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, sid) system. The repository will basically offer you packages for i386 and amd64 architectures.+To get started you'll need to configure your local system to access the official X2Go Debian repository. Please keep in mind that this installation manual will guide you through the installation on a Debian wheezy (jessie, stretch, buster, bullseye, sid) system. Only the i386 and amd64 architectures are supported. For armhf, see [[wiki:repositories:raspbian|Instructions for Raspbian GNU/Linux]].
  
 __Exceptions:__ __Exceptions:__
  
-  * **Debian lenny:** If you really use X2Go under Debian lenny and require us to provide recent X2Go versions for lenny, then you have to contract us to do that. The lenny packages will be removed from our archives at the end of 2013. +  * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.
-  * **Debian squeeze**X2Go packages will be offered for Debian squeeze at least until squeeze is still officially supported as ''oldstable'' by the Debian project. +
-  * **ARM architecture:** for Debian squeeze and wheezy on ARM-based (Debian/armel) devices we provide (currently outdated) client-side packages (x2goclient, pyhoca-gui, pyhoca-cli plus dependencies). No nightly-builds, no server packages, though.+
  
-===== Adding this Repository to your Package System =====+===== Adding This Repository To Your Package System ===== 
 + 
 +==== Adding the Repository GPG Keys ====
  
 Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to a user which has administrator privileges on your system in your preferred command line client: Before starting to edit your system configuration, you'll need to add the needed GPG keys of the repository. Please switch to a user which has administrator privileges on your system in your preferred command line client:
Line 22: Line 22:
  
  
-The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2Go maintainers' keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...+The following commands will ensure that your system will be able to work with the repository archive key. We have also provided our archive key and the X2Go maintainers'keys in a keyring package called ''x2go-keyring'' (see below). If you choose to install that package you can skip these first steps...
  
 <code bash> <code bash>
Line 28: Line 28:
 </code> </code>
  
 +==== Adding the Actual Repository ====
  
 Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''. Please add the file ''x2go.list'' to the folder ''/etc/apt/sources.list.d/''.
Line 36: Line 37:
 </code> </code>
  
-Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **jessie**):+Then add the X2Go repository (binaries and sources) as a couple of new lines (example for Debian **stretch**):
  
 <file - x2go.list> <file - x2go.list>
 # X2Go Repository (release builds) # X2Go Repository (release builds)
-deb http://packages.x2go.org/debian jessie main+deb http://packages.x2go.org/debian stretch extras main
 # X2Go Repository (sources of release builds) # X2Go Repository (sources of release builds)
-deb-src http://packages.x2go.org/debian jessie main+deb-src http://packages.x2go.org/debian stretch extras main 
 + 
 +# X2Go Repository (Saimaa ESR builds) 
 +#deb http://packages.x2go.org/debian stretch extras saimaa 
 +# X2Go Repository (sources of Saimaa ESR builds) 
 +#deb-src http://packages.x2go.org/debian stretch extras saimaa
  
 # X2Go Repository (nightly builds) # X2Go Repository (nightly builds)
-#deb http://packages.x2go.org/debian jessie heuler+#deb http://packages.x2go.org/debian stretch extras heuler
 # X2Go Repository (sources of nightly builds) # X2Go Repository (sources of nightly builds)
-#deb-src http://packages.x2go.org/debian jessie heuler+#deb-src http://packages.x2go.org/debian stretch extras heuler
 </file> </file>
  
 +**Edit this new data** and make sure to uncomment desired components and comment non-desired components. Only one group may be active at a given time. Switching between components requires uninstalling all X2Go packages first!
  
-**Note:** If you have not got folder ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.+**Note:** If you have not gotten directory named ''/etc/apt/sources.list.d/'' add the lines to ''/etc/apt/sources.list''.
  
 +==== Synchronize the Newly Added Repository's Metadata ====
  
 Please perform an update of your APT package database: Please perform an update of your APT package database:
Line 66: Line 74:
 </code> </code>
  
-Now you can search for X2Go related package that are now available for your APT system:+===== Post-Addition Test ===== 
 + 
 +Now you can search for X2Go related packages that are now available for your APT system:
  
 <code bash> <code bash>
Line 75: Line 85:
  
  
-===== 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'':
wiki/repositories/debian.txt · Last modified: 2021/07/28 19:21 by gratuxri