X2Go

Aus Info-Theke
Zur Navigation springen Zur Suche springen

Server

Installation

apt-key adv --recv-keys --keyserver keys.gnupg.net E1F958385BFE2B6E

FN=/etc/apt/sources.list.d/x2go.list
cat <<EOS >$FN
# X2Go Repository (release builds)
deb http://packages.x2go.org/debian wheezy main
# X2Go Repository (sources of release builds)
deb-src http://packages.x2go.org/debian wheezy main

# X2Go Repository (nightly builds)
#deb http://packages.x2go.org/debian wheezy heuler
# X2Go Repository (sources of nightly builds)
#deb-src http://packages.x2go.org/debian wheezy heuler
EOS
apt-get update

apt-get install x2go-keyring && apt-get update

apt-get install x2goserver x2goclient x2godesktopsharing

Client