rpmRPM Repository Setup

Step 0: Administrator privileges

All the instructions below must be run as root, so open a terminal and become root:

	sudo su -

Step 1: Import the packager's key:

	rpm --import https://winswitch.org/gpg.asc
(or you can let yum import it later from the same location)

The key ID is 0xF18AD6BB, for Userid: "Antoine Martin <[email protected]>"

Step 2: Download the openSUSE repository file

	cd /etc/zypp/repos.d
	zypper install -y curl
	curl -O https://winswitch.org/downloads/openSUSE/winswitch.repo
	alias yum=zypper

Step 2: Download the openSUSE Beta repository file

	cd /etc/zypp/repos.d
	zypper install -y curl
	curl -O https://winswitch.org/downloads/openSUSE/winswitch.repo
	curl -O https://winswitch.org/downloads/openSUSE/winswitch-beta.repo
	alias yum=zypper

Step 2: Download the Fedora repository file

	cd /etc/yum.repos.d/
	yum install -y curl
	curl -O https://winswitch.org/downloads/Fedora/winswitch.repo

Step 2: Download the Fedora Beta repository file

	cd /etc/yum.repos.d/
	yum install -y curl
	curl -O https://winswitch.org/downloads/Fedora/winswitch.repo
	curl -O https://winswitch.org/downloads/Fedora/winswitch-beta.repo

Step 2: Download the CentOS repository file

	cd /etc/yum.repos.d/
	yum install -y curl
	curl -O https://winswitch.org/downloads/CentOS/winswitch.repo

If you are not keeping your installation fully up to date to the latest minor version (at time of writing, this is: 5.10, 6.5 or 7.0), then you need to edit the repository file to use your exact version number instead of the generic $releasever.

Step 2: Download the CentOS Beta repository file

	cd /etc/yum.repos.d/
	yum install -y curl
	curl -O https://winswitch.org/downloads/CentOS/winswitch.repo
	curl -O https://winswitch.org/downloads/CentOS/winswitch-beta.repo

Step 4: Install the package

	yum install winswitch
Or to only install xpra:
	yum install xpra
Please consider subscribing to the low traffic mailing list to keep informed of important changes and new features.