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:50]
ionic Add warning regarding pseudo-codenames.
wiki:repositories:debian [2021/07/28 19:21]
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 65: Line 65:
 <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 103: 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.txt ยท Last modified: 2021/07/28 19:21 by gratuxri