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
wiki:repositories:debian [2019/09/12 16:44]
ionic Update default code name to buster.
wiki:repositories:debian [2021/07/28 19:21] (current)
gratuxri [Adding the Actual Repository]
Line 7: Line 7:
   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.   * **Deprecated Debian releases**: please refer to [[wiki:repositories:archives:debian|Instructions for Archived Debian X2Go Packages]] instead.
  
-===== Adding This Repository To Your Package System =====+===== Adding this Repository to Your Package System =====
  
 ==== Bootstrapping the Repository GPG Keys ==== ==== Bootstrapping the Repository GPG Keys ====
Line 26: Line 26:
 The following command will ensure that your system will be able to work with the repository archive key. The following command will ensure that your system will be able to work with the repository archive key.
 <code bash> <code bash>
-$ apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E+$ apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E1F958385BFE2B6E
 </code> </code>
  
Line 60: Line 60:
  
 **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. **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.
 +
 +<note warning>While we do offer pseudo-codenames like ''oldstable'', ''stable'', ''testing'' and ''unstable'' for convenience, you **should not use them**. Our pseudo-codename setup is not guaranteed to be in sync with Debian's releases, so using the ''stable'' codename might mean that you will actually get packages for what Debian calls ''oldstable'' after a new Debian distro release for a considerable amount of time.</note>
  
 <note warning>Switching between components usually requires uninstalling all X2Go packages first! The only upgrade path that is considered somewhat safe is main (release packages) to heuler (nightly packages), but there are no guarantees regarding the stability or usefulness of nightly packages.</note> <note warning>Switching between components usually requires uninstalling all X2Go packages first! The only upgrade path that is considered somewhat safe is main (release packages) to heuler (nightly packages), but there are no guarantees regarding the stability or usefulness of nightly packages.</note>
  
 +==== Adding the x2go Repository with extrepo on debian ====
 +<code bash>
 +$ sudo apt install extrepo
 +$ sudo extrepo enable x2go 
 +</code>
 ==== Synchronize the Newly Added Repository's Metadata ==== ==== Synchronize the Newly Added Repository's Metadata ====
  
Line 101: Line 108:
  
  
-===== 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.1568306690.txt.gz ยท Last modified: 2019/09/12 16:44 by ionic