LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MPlayer problem (https://www.linuxquestions.org/questions/linux-newbie-8/mplayer-problem-387683/)

koricVI 11-29-2005 04:21 PM

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 :cry:

acid_kewpie 11-29-2005 04:23 PM

assuming they are two rpm's you just install them both on the same command line.

koricVI 11-29-2005 04:25 PM

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!

tuxrules 11-29-2005 04:36 PM

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,

koricVI 11-29-2005 04:45 PM

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?

acid_kewpie 11-30-2005 01:46 AM

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


All times are GMT -5. The time now is 08:36 PM.