LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 09-11-2003, 03:29 AM   #16
ia64processor
Member
 
Registered: Sep 2003
Location: Tokyo
Distribution: Red Hat
Posts: 41

Rep: Reputation: 15

ok, kill the process first...

ps -ax | grep 'rpm' | grep -v grep
kill pid or kill -9 pid

e.g.
[root@pc root]# ps -ax | grep 'rpm' | grep -v grep
2553 pts/0 R 0:00 /usr/lib/rpm/rpmq -q --all
[root@pc root]# kill 2553

Then try to run this to see if your rpmdb is corrupted.
rpm -qa | grep -i 'kernel'

If nothing show up for a while, your rpmdb possibly corrupted.
Then you need to rebuild the rpmdb.

If the rpmdb is fine. Try to force the reinstall of the rp8 package.
rpm -Uvh --force RealPlayer8-8.0.3.412-5
or
rpm -ivh --force RealPlayer8-8.0.3.412-5

Then remove the package using -e again.
 
Old 09-11-2003, 04:04 AM   #17
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
i really wouldn't bother with all of this. you can easioly make mplayer natively use the realplayer libraries by compiling it yourself. http://mplayerhq.hu
 
Old 09-11-2003, 01:58 PM   #18
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
[root@localhost alex]# rpm -qa | grep -i 'realplay'
RealPlayer-8.0-1
[root@localhost alex]# rpm -qa | grep -i 'kernel'
kernel-pcmcia-cs-3.1.31-13
kernel-2.4.20-20.9
kernel-2.4.20-6
kernel-2.4.20-19.9
[[root@localhost alex]# rpm -Uvh -v --force RealPlayer-8.0-1
D: ============== RealPlayer-8.0-1
error: open of RealPlayer-8.0-1 failed: No such file or directory
D: found 0 source and 0 binary packages
[root@localhost alex]# rpm -ivh -v --force RealPlayer-8.0-1
D: ============== RealPlayer-8.0-1
error: open of RealPlayer-8.0-1 failed: No such file or directory
D: found 0 source and 0 binary packages

No such luck, and btw I tried to install mplayer once...it was messy and didn't get me anywhere.
 
Old 09-11-2003, 02:00 PM   #19
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
installing mplayer from source is really easy...


anyway what is that rpm command meant to achieve? it's certainly not correct whatever you're trying to do.
 
Old 09-11-2003, 02:03 PM   #20
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
[root@localhost alex]# rpm -ivh rp8*
Preparing... ########################################### [100%]
package RealPlayer-8.0-1 is already installed
[root@localhost alex]# rpm -e -v rp8*
error: package rp8.linux20.libc6.i386.cs2.rpm is not installed

Ah yes my plight, realplayer is installed but it isn't it is installed but it isn't it is installed but it isn't...all work and no play makes jack a dull boy...
 
Old 09-11-2003, 02:10 PM   #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
spot the difference:
1 - "package RealPlayer-8.0-1 is already installed"
2 - "package rp8.linux20.libc6.i386.cs2.rpm is not installed"

a filename is NOT a package name....
 
Old 09-11-2003, 02:15 PM   #22
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
yeah but the package came from this file...and when I try 'rpm -e RealPlayer-8.0-1' it comes up with file/package not found
 
Old 09-12-2003, 02:23 AM   #23
ia64processor
Member
 
Registered: Sep 2003
Location: Tokyo
Distribution: Red Hat
Posts: 41

Rep: Reputation: 15
Wink

linuXBOX,
In your post #18

[root@localhost alex]# rpm -qa | grep -i 'realplay'
RealPlayer-8.0-1
# ok

[root@localhost alex]# rpm -qa | grep -i 'kernel'
kernel-pcmcia-cs-3.1.31-13
kernel-2.4.20-20.9
kernel-2.4.20-6
kernel-2.4.20-19.9
# ok

[[root@localhost alex]# rpm -Uvh -v --force RealPlayer-8.0-1
# rpm -Uvh --force packagename.rpm
# You don't need to specify -verbose twice
# type the package name exactly, case sensitive as well.
D: ============== RealPlayer-8.0-1
error: open of RealPlayer-8.0-1 failed: No such file or directory
D: found 0 source and 0 binary packages
# the package is not in the directory where you ran the rpm command
# command "pwd" will tell you where you are (print working directory)

[root@localhost alex]# rpm -ivh -v --force RealPlayer-8.0-1
D: ============== RealPlayer-8.0-1
error: open of RealPlayer-8.0-1 failed: No such file or directory
D: found 0 source and 0 binary packages
# Same as above, your alex directory do not have the package "RealPlayer-8.0.1" or a typo in the package name, e.g. missing .rpm.

In your post#20
[root@localhost alex]# rpm -ivh rp8*
Preparing... ########################################### [100%]
package RealPlayer-8.0-1 is already installed
# ok
[root@localhost alex]# rpm -e -v rp8*
error: package rp8.linux20.libc6.i386.cs2.rpm is not installed
# rpm -e RealPlayer-8.0-1
# acid_kewpie is right
# rpm -Uvh package_file_name
# rpm -e package_name

If you still find difficult to use the rpm command, you can try gnorpm, the GUI rpm.

Possibly I'll try mplayer too then.
 
Old 09-12-2003, 02:39 PM   #24
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
Well the thing is when I 'grep' it gives me the realplay file which I tried to 'rpm -e' ,however it returns not found... but I'm sure I rpm'd it in my /home/alex dir. Of course I wasn't sure so I ran 'locate realplay' and I tried every dir it returned, so then I got drastic and deleted every single realplay file I could find...However that may have messed up my situation even more...but if I try to install realplay, it returns 'Package already installed.' Where do I go now, short of a complete reformat?
 
Old 09-12-2003, 09:33 PM   #25
ia64processor
Member
 
Registered: Sep 2003
Location: Tokyo
Distribution: Red Hat
Posts: 41

Rep: Reputation: 15
I understand it is very frustrated.
If I were you:
1. Install the RealPlayer8 from Red Hat. Fix the program path problem and make it working first.
2. Forget about the RealPlayer9.
3. Even re-install the OS, you might probably run into other problems. It is wise to keep your existing OS and keep its productivity. You are in Linux world. You won't get bluescreen and have to re-install... Btw, the next version of RH should come soon... every half year... I guess...
4. If you want to learn more, get a Linux cookbook from Amazon.
 
Old 09-12-2003, 10:30 PM   #26
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
OK, OK, I guess I can try to relax about it, I've lost enogh sleep.
 
Old 09-13-2003, 09:18 PM   #27
bitterjack
Member
 
Registered: Sep 2003
Location: Monroe, Louisiana
Distribution: RedHat 9
Posts: 41

Rep: Reputation: 15
Lightbulb

I had a difficult time installing mplayer until I realized the version number in the instruction command (on the website) was different from what I had downloaded. Once I corrected my command line, it installed.
Quote:
Every revolution is started by a single act of defiance
 
Old 09-13-2003, 11:21 PM   #28
linuXBOX
Member
 
Registered: Jul 2003
Location: Stuart,FL
Distribution: Fedora Core 3 and Slackware 10.0
Posts: 179

Rep: Reputation: 30
Hmmm, I don't know which way to go... I think I'll just drop it b/c I don't have the time or patience right now. Maybe another day. Thnx however to those who helped, or tried to..I appreciate it extensively
 
  


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
Real Player 10 not player my .rm file! epod69 Linux - Software 1 04-20-2005 02:07 AM
Real Player and RH9 mikeshn Linux - Software 4 10-26-2003 09:10 PM
Real Player problem on RH9 kabil Linux - Software 3 09-08-2003 09:24 AM
real player in Rh9 huno Linux - Software 3 08-21-2003 01:28 AM
Real Player 8 Install on RH9 Nell Linux - General 6 08-10-2003 10:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

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