User Tools

Site Tools


pages:howtos:debian:debian-x2go

Differences

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

Link to this comparison view

Next revision
Previous revision
pages:howtos:debian:debian-x2go [2021/03/03 17:34] – created mischerhpages:howtos:debian:debian-x2go [2021/12/09 22:03] (current) – [Debian - x2go] rokkitlawnchair
Line 1: Line 1:
 {{tag>debian howto x2go}} {{tag>debian howto x2go}}
 ====== Debian - x2go ====== ====== Debian - x2go ======
 +  * https://wiki.x2go.org/doku.php/wiki:repositories:debian
 +  * https://wiki.x2go.org/doku.php/doc:installation:x2goserver
  
 +<sxh bash; gutter: false>
 +apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E
 +vim /etc/apt/sources.list.d/x2go.list
 +</sxh>
 +
 +<sxh bash; title: /etc/apt/sources.list.d/x2go.list>
 +# X2Go Repository (release builds)
 +deb http://packages.x2go.org/debian buster extras main
 +# X2Go Repository (sources of release builds)
 +deb-src http://packages.x2go.org/debian buster extras main
 +
 +# X2Go Repository (Saimaa ESR builds)
 +#deb http://packages.x2go.org/debian buster extras saimaa
 +# X2Go Repository (sources of Saimaa ESR builds)
 +#deb-src http://packages.x2go.org/debian buster extras saimaa
 +
 +# X2Go Repository (nightly builds)
 +#deb http://packages.x2go.org/debian buster extras heuler
 +# X2Go Repository (sources of nightly builds)
 +#deb-src http://packages.x2go.org/debian buster extras heuler
 +</sxh>
 +
 +<sxh bash; gutter: false>
 +apt update
 +apt -y install pyhoca-gui x2goclient x2go-keyring x2goserver x2goserver-xsession
 +</sxh>
 +
 +----
 +~~DISCUSSION~~
pages/howtos/debian/debian-x2go.1614792899.txt.gz · Last modified: 2021/03/03 17:34 by mischerh