APT repository
APT is a system to install software from package repositories residing on various media (CD-ROMs, Internet sites, USB sticks, etc.). Read here if you are new to APT.
Stable release
If you want to use the latest A/DeMuDi stable release (currently 1.2.1) you can download packages from the Internet inserting the following lines in your /etc/apt/sources.list file:
# A/DeMuDi stable deb http://demudi.agnula.org/packages/demudi stable main
Getting extra Debian packages
As A/DeMuDi is just a regular Debian system, if you need packages which are not included in the CD-ROM ISO image or in the online repository, you can grab them directly from the Debian stable branch.
Please check the Debian mirror list to find a mirror of the Debian repository in your country, or use apt-spy to automatically guess the fastest one.
For example if you are in Italy you may use:
# Debian stable deb http://ftp.it.debian.org/debian sarge main
Development
If you want to use the development version of A/DeMuDi you have to insert the following lines in your /etc/apt/sources.list file:
# A/DeMuDi development deb http://demudi.agnula.org/packages/demudi testing main
Please note that these packages might be broken.
The development version is based on Debian/testing (currently Etch), if you want to get more debian packages use:
# Debian testing deb http://ftp.it.debian.org/debian etch main
To upgrade from the latest 1.2.1 release to the development branch see:
http://lists.agnula.org/pipermail/users/2005-September/008438.html
Sources
The source packages for A/DeMuDi specific packages, not included in the official Debian repository, can be fetch with:
# A/DeMuDi sources deb-src http://demudi.agnula.org/packages/custom custom main
while the other official Debian source packages can be grabbed with this source line:
# Debian stable deb-src http://ftp.it.debian.org/debian sarge main

