LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 09-07-2003, 04:28 AM   #16
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49

Yeah I saw a thread earlier with WINE running WinAmp3 and now I am working on getting that running.. yet it is: in the morning, and I am really tired, and I have already lost all I ever had.. I am talking about my mind BTW! HAHA!
 
Old 09-07-2003, 11:44 AM   #17
zoroaster
LQ Newbie
 
Registered: Mar 2003
Location: Owen Sound, Canada
Distribution: debian
Posts: 9

Rep: Reputation: 0
Freakygeek55:

Regarding circular rpm dependencies: install them using one rpm command, e.g.:

rpm -ivh package_a.rpm package_b.rpm

You can override dependencies using the --nodeps options:

rpm -ivh --nodeps package_a.rpm
rpm -ivh --nodeps package_b.rpm

Use the --nodeps method with caution.

zoroaster
 
Old 09-07-2003, 11:50 AM   #18
zoroaster
LQ Newbie
 
Registered: Mar 2003
Location: Owen Sound, Canada
Distribution: debian
Posts: 9

Rep: Reputation: 0
Micro420:

What distribution are you using?

zoroaster.
 
Old 09-07-2003, 12:37 PM   #19
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I installed Mplayer Fonts with out dependencies. Yet it stil wants it...

rpm -vih mplayer-0.90-4.20030808.fr.i386.rpm
warning: mplayer-0.90-4.20030808.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
lirc is needed by mplayer-0.90-4.20030808.fr
mplayer-fonts is needed by mplayer-0.90-4.20030808.fr

and still I have that lirc install issue..

rpm -vih lirc-0.6.6-fr1.i386.rpm
warning: lirc-0.6.6-fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/lib/liblirc_client.so.0.0.0 from install of lirc-0.6.6-fr1 conflicts with file from package liblirc0-0.6.6-1mdk
 
Old 09-08-2003, 03:03 AM   #20
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Try: rpm -ivh --no-deps mplayer-0.90-4.20030808.fr.i386.rpm

The --no-deps bit is the "no dependencies" part
 
Old 09-08-2003, 03:24 AM   #21
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
Freakygeek55, we'd thank you for keeping your questions in a single place, since posting this we have fixed your problems elsewhere, yet people are still trying to help you here, and so wasting their time. please ask a question once only. thanks.
 
Old 09-08-2003, 05:45 PM   #22
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I am very sorry for doing that, next time I will not ask the same question in two different places.. and yes the problem is fixed, and Mplayer is installed..
 
Old 09-09-2003, 10:20 AM   #23
C0n5truc7
LQ Newbie
 
Registered: Sep 2003
Posts: 7

Rep: Reputation: 0
I've been toiling with the ogle package. I downloaded everything necessary to install it (libdvdcss 1.2.8-1, libdvdread 0.9.4, ogle 0.9.1, and ogle_gui 0.9.1), and all of the rpm's installed successfully. For some reason, when i type 'ogle' at the command line and hit enter, all the command line returns is that its an unknown command. I've been reading forum after forum and still can get it to work.
 
Old 12-30-2003, 02:36 AM   #24
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I would have used ogle.. but I found mplayer first..
 
Old 12-30-2003, 12:15 PM   #25
jspenguin
Member
 
Registered: Feb 2003
Location: Wichita, KS
Distribution: Heavily modified Redhat
Posts: 194

Rep: Reputation: 30
Just my

I use MPlayer because there is no bull$#!t with DVD navigation. I tell it the title I want to play, the language I want to hear it in, the subtitles I want, and it plays it. In my opinion MPlayer is a hell of a lot better than the others, especially that damn PowerDVD (on my dad's windoz box).
 
Old 12-30-2003, 01:55 PM   #26
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I would love MPlayer if I really knew how to use it.. PowerDVD I have on windows, because it is really easy to use..
 
Old 12-30-2003, 07:13 PM   #27
jspenguin
Member
 
Registered: Feb 2003
Location: Wichita, KS
Distribution: Heavily modified Redhat
Posts: 194

Rep: Reputation: 30
PowerDVD is counterintuitive, especially on keyboard commands. MPlayer's *default* keys make much more sense than PowerDVD. <- and -> to seek. up and down to seek more. space to pause. Not only that, but if you don't like them, edit ~/.mplayer/input.conf and change them.
 
Old 12-30-2003, 07:25 PM   #28
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
I did get my mplayer to work for me today.. so I am very happy.. I am about to watch Oceans 11 on DVD with my Mplayer..
 
  


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
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
DVD Player Problem in fedora /dev/dvd not found sxa Linux - Hardware 9 08-23-2006 08:17 PM
Every DVD Player Fails to Play DVD Movie in SuSE 9.2 Pro....Please Help ! ! ! bedi-beparwah SUSE / openSUSE 2 03-14-2005 06:08 PM
LG DVD-ROM DRD-8160B not recognized as DVD player on FC2 Wise_Fox Linux - Hardware 1 08-24-2004 12:13 PM
How come dvd player sound works but cd player doesn't? Magus67 Linux - Hardware 9 04-19-2004 04:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:31 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