User Tools

Site Tools


wiki:repositories:ubuntu

Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:repositories:ubuntu [2013/03/12 20:45]
sunweaver created
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 17: Line 17:
 Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]]. Alternatively you can also use the Ubuntu [[https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_PPAs | software center]].
  
-You might have to install ''add-apt-repository'' first using:+You might have to install ''add-apt-repository'' first
 + 
 +To to install ''add-apt-repository'' on Ubuntu 10.04 or 12.04:
 <code bash> <code bash>
 sudo apt-get install python-software-properties sudo apt-get install python-software-properties
 </code> </code>
-Also if you are running a Ubuntu {Desktop,Server} 12.10 system you will need to install the ''software-properties-common'' package too:+ 
 +To to install ''add-apt-repository'' on Ubuntu 14.04 and beyond:
 <code bash> <code bash>
-sudo apt-get install software-properties-common python-software-properties+sudo apt-get install software-properties-common
 </code> </code>
  
Line 40: 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.1363121123.txt.gz · Last modified: 2013/03/12 20:45 by sunweaver