LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-29-2005, 04:21 PM   #1
koricVI
LQ Newbie
 
Registered: Nov 2005
Location: Canada
Distribution: Fedora Core 4
Posts: 27

Rep: Reputation: 15
MPlayer problem


I try install Mplayer it says I need 'mplayer-common' so I look and download it and it tells me i need 'mplayer' well naturally im a tiny bit lost. Anyone know what im supposed to do?

I miss music
 
Old 11-29-2005, 04:23 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
assuming they are two rpm's you just install them both on the same command line.
 
Old 11-29-2005, 04:25 PM   #3
koricVI
LQ Newbie
 
Registered: Nov 2005
Location: Canada
Distribution: Fedora Core 4
Posts: 27

Original Poster
Rep: Reputation: 15
Well if I knew how to do that I probably would have already considered that as a possibility... lol, care to explain?

edit > in detail!
 
Old 11-29-2005, 04:36 PM   #4
tuxrules
Senior Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Slackware64 -current
Posts: 1,158

Rep: Reputation: 62
Code:
rpm -ivh name-of-file.rpm name-of-other-file.rpm
for future reference...open up command line

Code:
man rpm
Best way to install software for Fedora Core is to use yum.

Open up terminal,

Code:
man yum
Code:
su -
Enter root password

Code:
yum update
Code:
yum install name-of-software
Tux,

Last edited by tuxrules; 11-29-2005 at 04:38 PM.
 
Old 11-29-2005, 04:45 PM   #5
koricVI
LQ Newbie
 
Registered: Nov 2005
Location: Canada
Distribution: Fedora Core 4
Posts: 27

Original Poster
Rep: Reputation: 15
Usage: rpm [-aKfgpWHqV] [-aKfgpWHqVcdils] [-aKfgpWHqVcdilsaKfgpWHqV] [-aKfgpWHqV cdilsaKfgpWHqV] [-aKfgpWHqVcdilsaKfgpWHqV] [-aKfgpWHqVcdilsaKfgpWHqVK] [-aKfgpWH qVcdilsaKfgpWHqVK] [-aKfgpWHqVcdilsaKfgpWHqVKi] [-aKfgpWHqVcdilsaKfgpWHqVKiv] [- aKfgpWHqVcdilsaKfgpWHqVKiv] [-aKfgpWHqVcdilsaKfgpWHqVKiv?] [-a|--all] [-f|--file ] [-g|--group]
[-p|--package] [-W|--ftswalk] [--pkgid] [--hdrid] [--fileid]
[--specfile] [--triggeredby] [--whatrequires] [--whatprovides]
[--nomanifest] [-c|--configfiles] [-d|--docfiles] [--dump] [-l|--list]
[--queryformat=QUERYFORMAT] [-s|--state] [--nomd5] [--nofiles]
[--nodeps] [--noscript] [--comfollow] [--logical] [--nochdir]
[--nostat] [--physical] [--seedot] [--xdev] [--whiteout]
[--addsign] [-K|--checksig] [--delsign] [--import] [--resign]
[--nodigest] [--nosignature] [--initdb] [--rebuilddb] [--aid]
[--allfiles] [--allmatches] [--badreloc] [-e|--erase <package>+]
[--excludedocs] [--excludepath=<path>] [--fileconflicts] [--force]
[-F|--freshen <packagefile>+] [-h|--hash] [--ignorearch] [--ignoreos]
[--ignoresize] [-i|--install] [--justdb] [--nodeps] [--nomd5]
[--nocontexts] [--noorder] [--nosuggest] [--noscripts]
[--notriggers] [--oldpackage] [--percent] [--prefix=<dir>]
[--relocate=<old>=<new>] [--repackage] [--replacefiles]
[--replacepkgs] [--test] [-U|--upgrade <packagefile>+]
[-D|--define 'MACRO EXPR'] [-E|--eval 'EXPR'] [--macros=<FILE:...>]
[--nodigest] [--nosignature] [--rcfile=<FILE:...>] [-r|--root ROOT]
[--querytags] [--showrc] [--quiet] [-v|--verbose] [--version]
[-?|--help] [--usage] [--scripts] [--setperms] [--setugids]
[--conflicts] [--obsoletes] [--provides] [--requires] [--info]
[--changelog] [--triggers] [--last] [--filesbypkg] [--fileclass]
[--filecolor] [--filecontext] [--fscontext] [--recontext]
[--fileprovide] [--filerequire] [--redhatprovides]
[--redhatrequires] [--buildpolicy=<policy>] [--with=<option>]
[--without=<option>]
???????????????


Also, how do you account for WHERE the files are? Mine are in the home directory but I am assuming they either have to be somewhere or the location has to be refrenced in the command?

Last edited by koricVI; 11-29-2005 at 04:46 PM.
 
Old 11-30-2005, 01:46 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
not to go all RTFM, but i really don't see why we need to repeat ourselves for basic installation details, just look at the RPM entry in our wiki
 
  


Reply



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
mplayer problem darkangel29 Linux - Newbie 4 11-23-2004 12:58 AM
mplayer problem scng Linux - Software 8 09-21-2004 08:37 PM
MPlayer problem mmorella975 Linux - Software 3 07-09-2004 09:46 PM
mplayer problem i palpandi Linux - Newbie 2 07-02-2004 03:21 PM
Another mplayer problem mimsmall Fedora 7 04-03-2004 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:15 AM.

Main Menu
Advertisement
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
Twitter: @linuxquestions
Open Source Consulting | Domain Registration