User Tools

Site Tools


wiki:repositories:ubuntu

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:ubuntu [2014/08/10 13:50]
mikedep333 [Add the X2Go repository on Launchpad to APT] Update add-apt-repository steps for different versions of Ubuntu (Fixes: #565)
wiki:repositories:ubuntu [2021/12/17 22:06] (current)
danger89 Add the link to launchpad PPA
Line 2: Line 2:
  
 Packages for Ubuntu are provided for several platforms (amd64/i386, lucid/maverick/natty/oneiric.  Packages for Ubuntu are provided for several platforms (amd64/i386, lucid/maverick/natty/oneiric. 
-From our nightly-builds on Ubuntu Launchpad we regularly copy package to the Launchpad PPA:  **''ppa:x2go/stable''**.+From our nightly-builds on Ubuntu Launchpad we regularly copy package to the Launchpad PPA:  **[[https://launchpad.net/~x2go/+archive/ubuntu/stable|ppa:x2go/stable]]**.
  
 Before adding X2Go's Launchpad package repository to your APT system, please make sure that you use Ubuntu's ''main'' __and__ ''universe'' repository on your Ubuntu system. The very minimal ''/etc/apt/sources.list'' must look like this. (Of course we recommend to have Ubuntu security updates enabled, explaining how to do this is off-topic here, though.): Before adding X2Go's Launchpad package repository to your APT system, please make sure that you use Ubuntu's ''main'' __and__ ''universe'' repository on your Ubuntu system. The very minimal ''/etc/apt/sources.list'' must look like this. (Of course we recommend to have Ubuntu security updates enabled, explaining how to do this is off-topic here, though.):
Line 24: Line 24:
 </code> </code>
  
-To to install ''add-apt-repository'' on Ubuntu 14.04:+To to install ''add-apt-repository'' on Ubuntu 14.04 and beyond:
 <code bash> <code bash>
-sudo apt-get install python-software-common+sudo apt-get install software-properties-common
 </code> </code>
  
Line 43: Line 43:
  
  
-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. 
  
 +For example, if you only want to install the X2Go client:
  
 +<code bash>
 +sudo apt install x2goclient
 +</code>
  
 ===== Behind a Proxy? ===== ===== Behind a Proxy? =====
wiki/repositories/ubuntu.1407678609.txt.gz ยท Last modified: 2014/08/10 13:50 by mikedep333