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 -

(those concerned about security and the use of a root session can quite easily add sudo to each of the steps below instead)

Step 1: Import the packager's key:

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

Step 2: Precise Pangolin (12.04) beta

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

Step 2: Oneiric Ocelot (11.10)

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

Step 2: Natty Narwhal (11.04)

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

Step 2: Lucid Lynx (10.04)

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

Step 2: Debian Squeeze

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

Step 2: Debian Wheezy

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

Step 2: Debian Sid

	echo "deb http://winswitch.org/ sid main" > /etc/apt/sources.list.d/winswitch.list;
	apt-get update;
	apt-get install winswitch
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.

(the NX packages were built by the FreeNX team)