0

I'm trying to install x2go on my test server following this: http://wiki.x2go.org/doku.php/doc:installation:x2goserver (ubuntu)

The repo seems to add fine and gives details on how to use it and what you can install form the repo. But when i run apt-get install x2goserver x2goserver-xsesion i get the following error:

E: unable to locate package x2goserver
E: unable to locate package x2goserver-xsession

Any Ideas?

twigg
  • 182
  • 2
  • 3
  • 12
  • Please visit the [official X2Go Repository](https://launchpad.net/~x2go/+archive/ubuntu/stable/+index?batch=75) and consider readding/verifying the repository. – eyoung100 Dec 09 '14 at 14:27

2 Answers2

1

After running the command:

sudo add-apt-repository ppa:x2go/stable

Make sure to do:

sudo apt-get update

Then:

sudo apt-get install x2goserver x2goserver-xsession -y
cuonglm
  • 150,973
  • 38
  • 327
  • 406
Anon
  • 11
  • 1
0

You missed the

apt-get update

before starting the installation.

If it is'nt the problem, check this link, it works for me on Debian Jessie.

4m1nh4j1
  • 1,823
  • 8
  • 29
  • 40