Let's start be becoming superuser:
- $ su
- # echo "deb http://debian-multimedia.org/ lenny main" >> /etc/apt/sources.list
- # echo "deb-src http://debian-multimedia.org/ lenny main" >> /etc/apt/sources.list
- # apt-get update
- # wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - && apt-get install debian-multimedia-keyring
- # exit
- $ cd ~
- $ wget -c http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2007.02.14_all.deb
- $ su
- # dpkg -i debian-multimedia-keyring_2007.02.14_all.deb
- # apt-get update
- # apt-get install w32codecs libdvdcss2
- # apt-get install flashplayer-mozilla
- # apt-get install mplayer
- # apt-get gnome-mplayer
- # apt-get install smplayer
- # apt-get install vlc
- # apt-get install kaffeine
Resources:
http://debian-multimedia.org/faq.php
http://vivapinkfloyd.blogspot.com/2008/07/how-to-install-codecs-and-dvd-support.html
2 comments:
It may be helpful to run "apt-get update" after the two commands adding the sources to /etc/apt/sources.list, then the wget command should work.
Hi there!
Well spotted ;) I'll update the post. Do notice that debian-multimedia-keyring deb has changed these day.
Have a look at debian-multimedia.org for the current package.
Thanks.
Post a Comment