User Tools

Site Tools


wiki:x2go-repository-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:x2go-repository-debian [2013/03/10 17:57]
morty Cleanup - move to apt-get as aptitude is not installed by default
wiki:x2go-repository-debian [2013/03/12 20:13]
sunweaver removed
Line 23: Line 23:
  
 <code bash> <code bash>
-apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E+apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
 </code> </code>
  
Line 31: Line 31:
  
 <code bash> <code bash>
-nano /etc/apt/sources.list.d/x2go.list+$ editor /etc/apt/sources.list.d/x2go.list
 </code> </code>
  
Line 47: Line 47:
  
  
-Please perform an update on your debian package database:+Please perform an update of your APT package database:
  
 <code bash> <code bash>
-apt-get update+apt-get update
 </code> </code>
  
-After the update you should be able to access the X2Go packages via the apt command. As a first action you should install our ''x2go-keyring package and refresh the apt cache:+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:
  
 <code bash> <code bash>
-apt-get install x2go-keyring && apt-get update+apt-get install x2go-keyring && apt-get update
 </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 APT system:
  
 <code bash> <code bash>
-apt-cache search x2go+apt-cache 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, x2goclient or pyhoca-gui or any other of the available packages.