slam's software repositories for Debian Sid, Aptosid and other modern Debian based distros
This is a collection of packages I personally need and use on Aptosid, or did package and provide here for clients.
They do work fine for me and others, and therefore should work for you, so feel free to use this repository.
However, please understand that this repository is absolutely unsupported by Aptosid, Debian, the upstream authors and myself.
At the moment it contains lxdm, umts-panel2, debreate, openproj and openastro.
su touch /etc/apt/sources.list.d/w3you.list echo 'deb http://w3you.com/debian sid main' > /etc/apt/sources.list.d/w3you.list gpg --keyserver wwwkeys.pgp.net --recv-keys A79F93C3 && apt-key add /root/.gnupg/pubring.gpg
then use apt as usual, e.g. to install lxdm:
apt-get update apt-get install lxdm
|