xpra icon
packages

Microsoft Windows

An executable installer is available here.

Ubuntu / Debian

To install xpra easily, run the following code as root:

	wget -O - http://xpra.devloop.org.uk/gpg.asc | apt-key add -
	echo "deb http://xpra.devloop.org.uk/ VERSION main" > /etc/apt/sources.list.d/xpra.list
	apt-get update
	apt-get install xpra
	
This will install the packager's public key, add the repository to your list, update the list of packages and finally download and install xpra.
Note: You must replace VERSION with your distribution codename. (here is how to find out what it is)
We have packages for Ubuntu (Karmic, Jaunty, Intrepid and Hardy) and Debian (Lenny, Squeeze and Sid).

Source and information about xpra can be found here.

Note: Ubuntu packages are now available for the upcoming Karmic release: directly from ubuntu.com, but these do not contain many of the patches we include here.

Others

You can download a source snapshot which already includes all of these patches here.
We would like to provide packages for other distributions or to get the patches merged, if you would like to help with either of those activities, contact us.