LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
Thread Tools
Old 09-06-2004, 02:52 AM   #1
linuxnoob223
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora
Posts: 8
Thanked: 0
Help needed for installing mplayer on Fedora Core 2


[Log in to get rid of this advertisement]
I am having trouble installing mplayer on my pc that runs on Fedora Core 2. Please tell me how do i install it. Thank You
linuxnoob223 is offline     Reply With Quote
Old 09-06-2004, 05:26 AM   #2
maxut
Senior Member
 
Registered: May 2003
Location: istanbul
Distribution: debian - redhat - others
Posts: 1,173
Thanked: 0
i have downloaded and installed the following rpms from http://www.mplayerhq.hu (i dont remeber complete URL):

mencoder-1.0pre5-2.i386.rpm
mplayer-1.0pre5-2.i386.rpm
mplayer-codecs-essential-20040704-1.i386.rpm
mplayer-common-1.0pre5-2.i386.rpm
mplayer-font-iso9-1.1-1.noarch.rpm --> maybe u dont need, i have downloaded it for turkish language support.
mplayer-gui-1.0pre5-2.i386.rpm
mplayer-skin-default-1.4-1.noarch.rpm
mplayer-tools-1.0pre5-2.i386.rpm
mplayer-vidix-1.0pre5-2.i386.rpm

then installed it.
#rpm -ivh *

it seems that it works. i havent tried to play movies yet .

good luck
maxut is offline     Reply With Quote
Old 09-06-2004, 09:38 PM   #3
linuxnoob223
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora
Posts: 8
Thanked: 0

Original Poster
What?!You have to install so many files???!!!
linuxnoob223 is offline     Reply With Quote
Old 09-06-2004, 10:03 PM   #4
crane
Member
 
Registered: Sep 2003
Location: Alabama
Distribution: Blag, Fedora core 1 and 2, Clarck Connect
Posts: 70
Thanked: 0
Try installing it through YUM or APT.
crane is offline     Reply With Quote
Old 09-06-2004, 10:35 PM   #5
linuxnoob223
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora
Posts: 8
Thanked: 0

Original Poster
Errm..... How?
linuxnoob223 is offline     Reply With Quote
Old 09-07-2004, 12:51 AM   #6
seabass55
Member
 
Registered: Jan 2003
Location: 127.0.0.1
Distribution: Fedora&Gentoo
Posts: 207
Thanked: 0
yum install mplayer
seabass55 is offline     Reply With Quote
Old 09-07-2004, 10:30 AM   #7
1n33d2kn0w
LQ Newbie
 
Registered: Oct 2003
Location: Johannesburg
Distribution: Red Hat, Fedora Core2
Posts: 4
Thanked: 0
have a look here
1n33d2kn0w is offline     Reply With Quote
Old 09-07-2004, 09:16 PM   #8
linuxnoob223
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora
Posts: 8
Thanked: 0

Original Poster
OK. i finally now a little more. so you mean that you need to install yum to install rpm files?
linuxnoob223 is offline     Reply With Quote
Old 09-07-2004, 10:13 PM   #9
seabass55
Member
 
Registered: Jan 2003
Location: 127.0.0.1
Distribution: Fedora&Gentoo
Posts: 207
Thanked: 0
No...yum is kinda seperate from RPM....it just does package managment...meaning you don't have to download the RPM and then run the rpm command. You tell it what to install (aka yum install mplayer) and it'll handle dependencies (most of the time) and install it for you. There's also apt-get (google for it "apt-get fedora") which I recommend over yum...though I also occasionally use yum when apt-get can't find something.
seabass55 is offline     Reply With Quote
Old 09-08-2004, 02:56 AM   #10
linuxnoob223
LQ Newbie
 
Registered: Aug 2004
Distribution: Fedora
Posts: 8
Thanked: 0

Original Poster
So do i have to install it from the net, or is it included in the Fedora Core 2 package?
linuxnoob223 is offline     Reply With Quote
Old 09-08-2004, 03:35 AM   #11
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394
Thanked: 0
Taken from http://www.linuxcompatible.org/thread27839-1.html

Apt-get RPM is based on the same principle as apt-get for Debian, in that it works out all the depenencies for you when installing packages. To install apt-get on Fedora core 2, download this [1] and this [2].

As root, "cd" to the directory where you downloaded these two RPMs and go:

rpm -Uvh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm apt-devel-0.5.15cnc6-1.1.fc2.fr.i386.rpm [enter]

(If using konsole, you can copy and paste the above command, without "[enter]" of course...)

Both should install without incident. Next, you must update your machine with apt by going:

apt-get update [enter]

After it finishes, do apt-get update a second time.

When it is through downloading the updates, you will next need the front end for apt which is called "Synaptic."

Still as root go:

apt-get install synaptic

When it is done installing synaptic, just type:

synaptic [enter]

The Synaptic front end will now come up. It is very intuitive, and you shouldn't have too difficult a time figuring out how to use it.

[1] - http://ftp.freshrpms.net/pub/freshrp...c2.fr.i386.rpm
[2] - http://ftp.freshrpms.net/pub/freshrp...c2.fr.i386.rpm


If there is anything there that you don't understand, just post back.

Good Luck

Kristijan
Kristijan is offline     Reply With Quote
Old 09-08-2004, 09:34 AM   #12
justin_p
Member
 
Registered: Jan 2004
Location: Virginia, USA
Distribution: slack 13; I've used it all :)
Posts: 433
Thanked: 0
yum is already built into FC2. Go to www.fedorafaq.org for their yum respositories.
justin_p is offline     Reply With Quote
Old 09-08-2004, 02:13 PM   #13
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169
Thanked: 0
I agree with what almost everyone suggest: Use yum to install applications like mplayer.
Yum is included in FC2, and fedorafaq.org is the place to find a yum.conf file.
Biased turkey is offline     Reply With Quote
Old 09-09-2004, 02:12 AM   #14
ankscorek
Member
 
Registered: Mar 2003
Location: India
Distribution: Slackware10.2,SUSE,FC,RHL,Vector Linux,WHAX,PHLAK,bt4,ubuntu
Posts: 499
Thanked: 0
Exclamation

i have got the skins for mplayer....they are in the format of *.bz2.....how and where do i install these skins??? please help
ankscorek is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error When Installing Mplayer with Fedora Core 3 timswim78 Linux - Software 2 04-18-2005 09:18 PM
Installing Mplayer using Fedora core 3 and the kde desktop Frosty0ne Linux - Newbie 2 01-03-2005 04:40 PM
installing Mplayer on fedora core ur-unholyness Linux - Software 3 10-17-2004 09:12 PM
installing mplayer on fedora core 1 ur-unholyness Linux - Newbie 4 10-17-2004 08:20 AM
Fedora Core 2 Help Needed 74039186 Fedora 14 07-11-2004 12:42 AM


All times are GMT -5. The time now is 12:02 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration