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.
|
 |
04-03-2006, 10:06 PM
|
#1
|
Member
Registered: Sep 2003
Posts: 156
Rep:
|
can you help with mplayer
I downloaded mplayer-gui-1.0pre2-1.i386.rpm and tried to install it using installing gui packages and got error that I need it mplayer-skin.... and I said OOOOOOOOKKKKKKKKKK,, I went online and downloaded mplayer-skin-default-1.0-2.noarch.rpm...I tried to install it using install packages gui and now, I got error saying that I need it the mplayer file above....wtf, is there a way to install both at the same time where it doesn't ask me about the other....
much apriciated guys......
|
|
|
04-03-2006, 10:09 PM
|
#2
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141
Rep: 
|
IIRC you can use wildcards on the command line with rpm. For example:
Code:
rpm -Uvh mplayer*rpm
|
|
|
04-03-2006, 11:08 PM
|
#3
|
Member
Registered: Sep 2003
Posts: 156
Original Poster
Rep:
|
still got error
here is the output
[root@localhost Mplayer]# rpm -Uvh mplayer*rpm
error: Failed dependencies:
mplayer-common = 1.0pre2 is needed by mplayer-gui-1.0pre2-1.i386
|
|
|
04-03-2006, 11:33 PM
|
#4
|
Senior Member
Registered: Dec 2005
Location: Brisbane, Australia
Distribution: Slackware64 14.0
Posts: 4,141
Rep: 
|
I think yum is the tool that will also download dependencies for Fedora (Is that your distro?). Using wildcards for rpm just allows multiple rpms to be installed from a local directory without worrying about which order they need to be installed in.
|
|
|
04-04-2006, 10:45 AM
|
#5
|
Member
Registered: Jun 2005
Location: Lilburn, Ga
Distribution: FC5
Posts: 175
Rep:
|
Yeah, something like yum will really, really, help with this, as an ongoing solution. You will see this over and over again. However, in this case you are really close, You only need mplayer-common, then use the wild card thing and rpm will figure out what has to be installed first, second, etc.
|
|
|
04-04-2006, 09:38 PM
|
#6
|
Member
Registered: Sep 2003
Posts: 156
Original Poster
Rep:
|
I could not get it to work ...... what is the codes to try with yum
wildcard...
thanks
|
|
|
04-04-2006, 09:45 PM
|
#7
|
Member
Registered: Sep 2003
Posts: 156
Original Poster
Rep:
|
I used this codes without success!!!!!!!!!! any idea
[root@localhost Mplayer]# yum -y install mplayer*rpm Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
updates [2/3]
extras [3/3]
Reading repository metadata in from local files
Parsing package install arguments
Examining mplayer-1.0pre3.20040217-0.1.i386.rpm: mplayer - 1.0pre3.20040217-0.1.i386
Marking mplayer-1.0pre3.20040217-0.1.i386.rpm to be installed
Examining mplayer-gui-1.0pre3.20040217-0.1.i386.rpm: mplayer-gui - 1.0pre3.20040217-0.1.i386
Marking mplayer-gui-1.0pre3.20040217-0.1.i386.rpm to be installed
Examining mplayer-skin-default-1.0-2.noarch.rpm: mplayer-skin-default - 1.0-2.noarch
Marking mplayer-skin-default-1.0-2.noarch.rpm to be installed
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mplayer-skin-default.noarch 0:1.0-2 set to be updated
---> Package mplayer.i386 0:1.0pre3.20040217-0.1 set to be updated
---> Package mplayer-gui.i386 0:1.0pre3.20040217-0.1 set to be updated
--> Running transaction check
--> Processing Dependency: libmp3lame.so.0 for package: mplayer-gui
--> Processing Dependency: mplayer-common = 1.0pre3.20040217 for package: mplayer
--> Processing Dependency: mplayer-common = 1.0pre3.20040217 for package: mplayer-gui
--> Processing Dependency: XFree86-libs >= 4.0.3 for package: mplayer-gui
--> Processing Dependency: XFree86-libs >= 4.0.3 for package: mplayer
--> Processing Dependency: libmp3lame.so.0 for package: mplayer
--> Finished Dependency Resolution
Error: Missing Dependency: libmp3lame.so.0 is needed by package mplayer-gui
Error: Missing Dependency: mplayer-common = 1.0pre3.20040217 is needed by package mplayer
Error: Missing Dependency: mplayer-common = 1.0pre3.20040217 is needed by package mplayer-gui
Error: Missing Dependency: XFree86-libs >= 4.0.3 is needed by package mplayer-gui
Error: Missing Dependency: XFree86-libs >= 4.0.3 is needed by package mplayer
Error: Missing Dependency: libmp3lame.so.0 is needed by package mplayer
[root@localhost Mplayer]#
got error all over
|
|
|
04-05-2006, 02:27 AM
|
#8
|
Member
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549
Rep:
|
go to freshrpms. setup the .repo, then yum install mplayer.
|
|
|
04-05-2006, 08:57 PM
|
#9
|
Member
Registered: Sep 2003
Posts: 156
Original Poster
Rep:
|
how do I set the repo.......... and forgive me but, I'm fearly new to linux
|
|
|
04-05-2006, 09:05 PM
|
#10
|
Member
Registered: Jul 2005
Location: USA
Distribution: F10 (x86_64)
Posts: 549
Rep:
|
like I wrote before go here
http://freshrpms.net/
read and follow the instructions.(to install an rpm file rpm -i filename.rpm)
|
|
|
All times are GMT -5. The time now is 07:36 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
|
|