Install Audio with APT
From SPARK
Contents |
Unpublished
Summary
Using Apt-get to install audio distribution on Debian
APT repository
APT is a system to install software on a Linux operating system. This can be done from packages repositories residing on various media (CD-ROMs, Internet sites, USB sticks, etc.). Read <a class="ext-link" title="http://www.linuxgazette.com/issue84/tougher.html" href="http://www.linuxgazette.com/issue84/tougher.html here] if you are new to APT.
Stable release of DeMuDi audio distribution
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 <a class="ext-link" title="http://www.debian.org/mirror/list" href="http://www.debian.org/mirror/list 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:
<a class="ext-link" title="http://lists.agnula.org/pipermail/users/2005-September/008438.html" href="http://lists.agnula.org/pipermail/users/2005-September/008438.html 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


