- Debian Admin - http://www.debianadmin.com -
Install Mplayer in Debian Sarge,Etch and Sid
Posted By Admin On 4th October 2006 @ 09:30 In General | No Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Mplayer installation becomes very easy for debian users we have a mplayer packages for debian.
If you want to install mplayer in debian sarge,etch and sid follow this procedure
Install Mplayer in debian sarge
First you need to edit you /etc/apt/sources.list file
#vi /etc/apt/sources.list
add the following source list and save the file.
deb http://www.debian-multimedia.org sarge main
or
deb http://www.debian-multimedia.org stable main
Now you need to run the following command for update your source list
#apt-get update
Install Mplayer
#apt-get install mplayer
This will install all the required packages and after installation you need to logout and login back with your login to access mplayer.This is located under applications—>sound&video—>MPlayer
Install Mplayer in debian etch
First you need to edit you /etc/apt/sources.list file
#vi /etc/apt/sources.list
add the following source list and save the file.
deb http://www.debian-multimedia.org etch main
or
deb http://www.debian-multimedia.org testing main
Now you need to run the following command for update your source list
#apt-get update
Install Mplayer
#apt-get install mplayer
This will install all the required packages and after installation you need to logout and login back with your login to access mplayer.Mplayer is located under applications—>sound&video—>MPlayer
Install Mplayer in debian sid
First you need to edit you /etc/apt/sources.list file
#vi /etc/apt/sources.list
add the following source list and save the file.
deb http://www.debian-multimedia.org sid main
Now you need to run the following command for update your source list
#apt-get update
Install Mplayer
#apt-get install mplayer
This will install all the required packages and after installation you need to logout and login back with your login to access mplayer.
Mplayeris located under applications—>sound&video—>MPlayer
Once you open mplayer you should see the following screen
If you are using amd64(only for debian stable version) and you want to install mplayer you need to add the following source list to your /etc/apt/sources.list file
deb http://cyberspace.ucla.edu/marillat/ sarge main
deb http://www.debian-multimedia.org sarge main
or
deb http://www.debian-multimedia.org stable main
If you want to install libdvdcss and w32 codecs check here
You may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/install-mplayer-in-debian-sargeetch-and-sid.html
Click here to print.