To manually install, just run:

	sudo python setup.py install
	
	or
	
	sudo easy_install gdm2setup

To add this app into your package manager, place the following lines in your /etc/apt/sources.list file:

# GDM2Setup
deb http://ppa.launchpad.net/gdm2setup/gdm2setup/ubuntu karmic main #GDM2 Setup Utility
deb-src http://ppa.launchpad.net/gdm2setup/gdm2setup/ubuntu karmic main #GDM2 Setup Utility

...add the key for authentication...

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 33C3C104

...then do the usual...

sudo apt-get update
sudo apt-get install python-gdm2setup

The application will now update along with your other packages automatically. 


	
Requirements:  GDM2, Python 2.4+, GTK, PIL (Python Imaging Library)
All of which are pretty much standard on any Ubuntu or Debian system.

