debianRepository for Ubuntu and Debian

Step 0: Administrator privileges

All the instructions below must be run as root, so open a terminal and become root (and don't forget to exit the session when you're done with these instructions):

	sudo su -

Step 1: Import the packager's key:

	apt-get install curl
	curl https://winswitch.org/gpg.asc | apt-key add -

Step 2: Xenial Xerus (16.04)

	echo "deb http://winswitch.org/ xenial main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Xenial Xerus (16.04) - Beta Builds

	echo "deb http://winswitch.org/beta/ xenial main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ xenial main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Bionic Beaver (18.04) / Mint 19

	echo "deb http://winswitch.org/ bionic main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	#apt-get install winswitch;
	apt-get install xpra;

Step 2: Bionic Beaver (18.04) - Beta Builds

	echo "deb http://winswitch.org/beta/ bionic main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ bionic main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Debian Buster

	echo "deb http://winswitch.org/ buster main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Debian Buster - Beta Builds

	echo "deb http://winswitch.org/beta/ buster main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ buster main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Debian Bullseye

	echo "deb http://winswitch.org/ bullseye main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Debian Bullseye - Beta Builds

	echo "deb http://winswitch.org/beta/ bullseye main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ buster main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Disco Dingo (19.04)

	echo "deb http://winswitch.org/ disco main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Disco Dingo (19.04) - Beta Builds

	echo "deb http://winswitch.org/ disco main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ disco main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Eoan Ermine (19.10)

	echo "deb http://winswitch.org/ eoan main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Eoan Ermine (19.10) - Beta Builds

	echo "deb http://winswitch.org/ eoan main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ eoan main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install xpra;

Step 2: Debian Stretch

	echo "deb http://winswitch.org/ stretch main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	#apt-get install winswitch;
	apt-get install xpra;

Step 2: Debian Stretch - Beta Builds

	echo "deb http://winswitch.org/beta/ stretch main" > /etc/apt/sources.list.d/winswitch.list;
	echo "deb http://winswitch.org/ stretch main" >> /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	#apt-get install winswitch;
	apt-get install xpra;
Please consider subscribing to the low traffic mailing list to keep informed of important changes and new features.
About the commands above: first we install the packager's public key, add the repository to the list, update the list of packages and finally download and install Window Switch.