About:
To ease deployment of some of a co-worker's and mine Debian software packages, I've
set up a package server that can be added to your /etc/apt/sources.list file.
Packages should normally work under all Debian based distributions (Including Ubuntu
and Knoppix).
Install instructions for 32/64bit Linux:
In order to automatically stay up-to-date when new versions are released, I recommend
adding my repository to your software sources list. This is done by executing the
following commands:
sudo wget -P /etc/apt/sources.list.d/ http://deb.pinguin.lu/pinguin.lu.list
wget -q http://deb.pinguin.lu/debsign_public.key -O- | sudo apt-key add -
sudo apt-get update
Once done, you can install packages by issuing for example:
sudo apt-get install xmount
Available i386 packages
Available amd64 packages