mp3 ubuntu
Je moet universe en multiverse activeren!!!
In Ubuntu heb je meerdere sources. Dit zijn namelijk Main, Restricted, Universe en Multiverse. Main en Restricted zitten standaard in Ubuntu. De andere 2 moet je zelf activeren.
1. Typ in een terminal: $ sudo pico /etc/apt/sources.list
2. Nu zie je onder staan:
# deb
http://archive.ubuntu.com/ubuntu warty universe
# deb-src
http://archive.ubuntu.com/ubuntu warty universe
Hier moet je die 2 #'s weghalen.
3. Schrijf achter universe 'multiverse'.
4. Sla het bestand nu op.door op CTRL+X te druken. Druk nu op J en op enter.
5. Ga nu naar een terminal en typ in: $ sudo apt-get update.
Voorbeeld
## CD-ROM als apt-get source
deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Preview i386 Binary-1 (20041020)]/ unstable main restricted
## Uncomment the following two lines to fetch updated software from the network
deb
http://archive.ubuntu.com/ubuntu warty main restricted
deb-src
http://archive.ubuntu.com/ubuntu warty main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb
http://archive.ubuntu.com/ubuntu warty universe multiverse
deb-src
http://archive.ubuntu.com/ubuntu warty universe multiverse
deb
http://security.ubuntu.com/ubuntu warty-security main restricted
deb-src
http://security.ubuntu.com/ubuntu warty-security main restricted
## Nerim servers
deb
ftp://ftp.nerim.net/debian-marillat/ stable main
deb
ftp://ftp.nerim.net/debian-marillat/ unstable main
## Nerim testing alleen aan indien nodig (bijna nooit)
## deb
ftp://ftp.nerim.net/debian-marillat/ testing main
## Debian servers
deb
ftp://ftp.debian.nl/debian unstable main
deb-src
ftp://ftp.debian.nl/debian unstable main
---------------------------------------------------------------------------------
1. Voeg de volgende bron toe in /etc/apt/sources.list:
deb
ftp://ftp.nerim.net/debian-marillat stable main
2. Doe nu in een terminal: $ sudo apt-get update.
3. Verwijder nu totem-gstreamer dit doe je met het volgende commando: $ sudo apt-get remove totem-gstreamer. Hij vraagt nu ook of je ubuntu-desktop wilt verwijderen, dit is goed druk nu op J.
4. Omdat we waarschijnlijk een pakket downloaden die we niet kunnen installeren met apt-get namelijk libdvdread2 gaan we deze handmatig downloaden en installeren. Het installeren doe je met het volgende commando: $ sudo dpkg -i libdvdread2_0.9.2-0.1_i386.deb.
5. Nu gaan we alle codecs en programma's installeren die we nodig zullen hebben. Typ nu in een terminal: $ sudo apt-get install gstreamer0.8-mad libdvdcss w32codecs lame totem-xine xmms.