Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
08-22-2003, 01:41 PM
|
#1
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Rep:
|
How to Install MPlayer?
Sorry for simple questions but as I am quite new to Linux...
I have just downloaded MPlayer.tar.tar file and placed on Linux server but don't know what to do next to install it. Please let me know the steps to do so.
|
|
|
08-22-2003, 02:05 PM
|
#3
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
I have used tar zxf MPlayer.tar.tar and got message that gzip: stdin: not in gzip format so no success.
|
|
|
08-22-2003, 03:48 PM
|
#4
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
That is only if it is in gzip format. If it is just a tar:
tar -xf file.tar
|
|
|
08-23-2003, 10:34 AM
|
#5
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
I have downloaded the following two files,
win32codecs[1].tar.bz2
mplayer-0[1].91.tar.bz2
from http://site.n.ml.org/info/mplayer/
I have these files in a folder /home/sikandar.
I am trying to untar but can't.
tar xvjCf win32codecs[1].tar.bz2 > it say old option f required an argument.
I am new to Linux so don't know why all this happening as I am following threads on this forum but still no gain. I have to install MPlayer and try to get some step by step help.
|
|
|
08-23-2003, 10:42 AM
|
#6
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Try:
tar -xjf win32codecs[1].tar.bz2
|
|
|
08-23-2003, 10:44 AM
|
#7
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
Very nice it has created a folder win32codecs so let me know what should I do next step so I will be able to install MPlayer.
|
|
|
08-23-2003, 10:51 AM
|
#8
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
If you cd into that directory there should be some install docs. Like INSTALL or README or a docs folder. Try reading what is in there or look at the online docs here:
http://www.mplayerhq.hu/DOCS/#installation
|
|
|
08-23-2003, 11:02 AM
|
#9
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
Now I use
./configure --enable-gui but it failded with errors like,
gcc version not found
cc version not found
please downgrade/upgrade C compiler to version gcc-2.95 etc
What's wrong this these?
|
|
|
08-23-2003, 11:05 AM
|
#10
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
It means that you don't have gcc version 2.95 or later. Try installing gcc then try again.
|
|
|
08-23-2003, 12:02 PM
|
#11
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
From where I can get gcc and how I will install it? Sorry for asking so simple questions as I am try to migrate from win to Linux.
|
|
|
08-23-2003, 12:08 PM
|
#12
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
I assume by "linux 9" you mean RedHat 9?
1) Download this file to /tmp:
ftp://fr.rpmfind.net/linux/redhat/9/...2.2-5.i386.rpm
2) Run this install command as root:
rpm -ivh /tmp/gcc-3.2.2-5.i386.rpm
|
|
|
08-23-2003, 12:24 PM
|
#13
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
I have to download the file first on my XP machine and then moving to Redhat machine. But when I am trying to download it is saying not a win file. So let me know I have to download it directly on the Redhat machine or I can first download on XP and then copy to the Redhat.
|
|
|
08-23-2003, 12:28 PM
|
#14
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
You can downlaod it on what ever machine you like.
|
|
|
08-23-2003, 12:44 PM
|
#15
|
Member
Registered: Aug 2003
Distribution: Linux AS & RH 9
Posts: 255
Original Poster
Rep:
|
It seems very difficult to install a software on Redhat as I have trying to install it for last two days but still no success. Is this all becuase I am quite new without any knowledge of Redhat or it is really difficult for everyone.
The size of gcc is 18.5MB which will take few hours with me due to slow link. After downloading the file and will try to install it and will let you know about the results.
|
|
|
All times are GMT -5. The time now is 06:30 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|