APT repository by the Mancoosi research project, see http://www.mancoosi.org for more information about Mancoosi. Use the following /etc/apt/sources.list line to use packages coming from this repository: deb http://mancoosi.debian.net/debian/ unstable/all/ deb http://mancoosi.debian.net/debian/ unstable/$(ARCH)/ (the $(ARCH) variable will be filled by APT, you don't need to replace it with your actual architecture) Similarly, the following extra line will give your APT acces to package sources: deb-src http://mancoosi.debian.net/debian/ unstable/source/ Release files are signed by the public key identified by: pub 4096R/7A59B7DD 2008-05-16 uid Mancoosi Debian team to add it to the APT key list so that packages coming from Mancoosi are trusted by APT you can do (as root) the following: wget -O - http://mancoosi.debian.net/debian/mancoosi.asc | apt-key add - The public key alone is available at: http://mancoosi.debian.net/debian/mancoosi.asc