Projects - Debian Packages
This page explains how to get Debian and Ubuntu packages for the software I maintain. These packages are often more up-to-date than the packages which are included with Debian and Ubuntu.
Some of my projects have Debian packages available. To try them out, add:
deb http://mwolson.org/debian/ ./
to your /etc/apt/sources.list file.
If you are using Ubuntu, add the following instead. My Ubuntu repository has extra documentation that I am not permitted to distribute with Debian. Debian users are, of course, also welcome to use this repository instead of the above.
deb http://mwolson.org/ubuntu/ ./
You may also wish to do the following, which will prevent apt from
displaying warnings concerning the level of trust for my Debian
packages.
$ gpg --keyserver pgpkeys.mit.edu --recv-key f3a8d319 $ gpg -a --export f3a8d319 | sudo apt-key add -