how can i install MPlayer

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
khurramiqbal
Cadet
Posts: 9
Joined: Tue Oct 23, 2007 10:20 am
Location: Rawalpindi

how can i install MPlayer

Post by khurramiqbal »

AOA,

Can anyone tell me how to install the MPlayer-1.Orc2.tar.bz2 and essential-20071007.tar.bz2
but i cannot be able to install it. i'll try to fallow the instruction is this link

http://www.mjmwired.net/resources/mplay ... .html#live

but can understand how to install it.

Thanks in advance.

Regrads,
Khurram Iqbal
nayyares
Battalion Quarter Master Havaldaar
Posts: 237
Joined: Tue Dec 13, 2005 10:47 pm
Location: JNB, SA
Contact:

Post by nayyares »

Hi,

which Linux distribution you are using? for Fedora/Centos you can download the RPM from http://moonshine.freshrpms.net/ and simply install using

Code: Select all

$rpm -ivh mplayer-version.rpm

thanks
Nayyar Ahmad
RHCE, CCNA, OCP DBA
nayyares aT fedoraproject DoT org
blogs: nayyares.blogspot.com
sameer666
Naik
Posts: 82
Joined: Tue Nov 06, 2007 5:31 am

Post by sameer666 »

hi,

it is easier to install with package of your distro, but with the file you post u need to extract it and run the following in the extracted directory

Code: Select all

./configure && make && make install
hope it helps
Novice at heart
x2oxen
Major General
Posts: 1114
Joined: Wed Aug 22, 2007 3:17 pm
Location: Faisalabad
Contact:

MPlayer Help

Post by x2oxen »

If you using fedora then just go for yum

Code: Select all

yum install -y mplayer mplayer-gui mplayer-codecs
If using redhat then better install it from source code.
just switch into its source directory and

Code: Select all

./configure && make && make install
if using Ubuntu then just go for apt_get
Muhammad Usman
+92-321-6640501
Chemonics International
http://usmanpk.com
Post Reply