LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-06-2007, 01:35 AM   #1
tslinux
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Rep: Reputation: 0
Smile rpm package install - RealPlayer10GOLD.rpm


Can someone tell me what this means.. And, how do I start the application..??


[root@c-67-165-235-149 bin]# rpm -ivh RealPlayer10GOLD.rpm
Preparing... ########################################### [100%]
1:RealPlayer ########################################### [100%]
/var/tmp/rpm-tmp.39794: line 7: /RealPlayer/postinst/confscript.sh: No such file or directory
ls: /RealPlayer/share/locale: No such file or directory <-----------
install: cannot stat `/RealPlayer/share/realplay.applications': No such file or directory <-----
install: cannot stat `/RealPlayer/share/realplay.desktop': No such file or directory <-----
install: cannot stat `/RealPlayer/share/realplay.keys': No such file or directory <-----
install: cannot stat `/RealPlayer/share/realplay.mime': No such file or directory <-----
install: cannot stat `/RealPlayer/share/realplay.png': No such file or directory <-----
[root@c-67-165-235-149 bin]#



thanks.
 
Old 09-06-2007, 12:08 PM   #2
nflenz
Member
 
Registered: Feb 2006
Distribution: CRUX 2.4
Posts: 96

Rep: Reputation: 18
I think realplayer was /usr/bin/realplay when I installed it years ago. I promptly uninstalled it afterwards because it didn't work. You're better off with MPlayer, Xine or VLC.
 
Old 09-08-2007, 06:42 PM   #3
seelenbild28
Member
 
Registered: Oct 2005
Location: Germany, Berlin
Distribution: SuSE Linux 9.1/9.2/9.3/10.0/10.1, openSuSE 10.2, 10.3, Slackware, Debian, Redhat, BSD
Posts: 315

Rep: Reputation: 30
I don't understand the so-called "tip" of nflenz... it's useless since he wants to install and use realplayer, so whe should provide a solution and not stating "it does not work, please uninstall or do not install it"!

I am working with opensuse 10.2 and realplayer 10 works out of the box... there has to be another problem...

perhaps missing dependencies... did you try to install realplayer in hardcore mode, which means compiling against the kernel-source of your kernel? could you provide the type of os and your kernel via "uname -a"?

Last edited by seelenbild28; 09-08-2007 at 06:47 PM.
 
Old 09-08-2007, 08:43 PM   #4
tslinux
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
Thumbs up uname

sure. here it is.

I'm using redhat linux..Linux 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 GNU/Linux

you lost me at compiling the kernel against the kernel.
(sounds like a Dr. Suise thing, I mean Suse thing..

anyway, I need to know the commands and where to locate files.. I am not that knowledgeable yet.

thx.

Tom
 
Old 09-08-2007, 09:10 PM   #5
seelenbild28
Member
 
Registered: Oct 2005
Location: Germany, Berlin
Distribution: SuSE Linux 9.1/9.2/9.3/10.0/10.1, openSuSE 10.2, 10.3, Slackware, Debian, Redhat, BSD
Posts: 315

Rep: Reputation: 30
one very simple question: did you try to install via:

rpm -i RealPlayer10GOLD.rpm

??, i.e., without the -hv option?

there is also another possibility: if you go to the web page of realplayer again, download via the "download" button a file called RealPlayer10GOLD.bin (recognize the different ending). you can try to install this as root in the terminal via:

sh RealPlayer10GOLD.bin

Last edited by seelenbild28; 09-08-2007 at 09:13 PM.
 
Old 09-08-2007, 09:16 PM   #6
jestinjoy
Member
 
Registered: May 2004
Location: India
Distribution: Ubuntu 9.04, Debian Lenny
Posts: 121

Rep: Reputation: 22
try rpm -Uhv RealPlayer10GOLD.rpm
 
Old 09-08-2007, 09:23 PM   #7
tslinux
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
I ran the sh install..

[root@c-67-165-235-149 root]# sh RealPlayer10GOLD.bin
RealPlayer10GOLD.bin: RealPlayer10GOLD.bin: cannot execute binary file




rpm with -i only:

[root@c-67-165-235-149 bin]# rpm -i RealPlayer10GOLD.rpm
/var/tmp/rpm-tmp.21513: line 7: /RealPlayer/postinst/confscript.sh: No such file or directory
ls: /RealPlayer/share/locale: No such file or directory
install: cannot stat `/RealPlayer/share/realplay.applications': No such file or
directory
install: cannot stat `/RealPlayer/share/realplay.desktop': No such file or directory
install: cannot stat `/RealPlayer/share/realplay.keys': No such file or directory
install: cannot stat `/RealPlayer/share/realplay.mime': No such file or directory
install: cannot stat `/RealPlayer/share/realplay.png': No such file or directory[root@c-67-165-235-149 bin]#

similar result.
 
Old 09-08-2007, 09:28 PM   #8
tslinux
LQ Newbie
 
Registered: Aug 2003
Posts: 8

Original Poster
Rep: Reputation: 0
Ok. the rpm has successfully been uninstalled from this folder usr/bin. It may also be saved somewhere else..

[root@c-67-165-235-149 bin]# rpm -Uhv RealPlayer10GOLD.rpm
Preparing... ########################################### [100%]
package RealPlayer-10.0.9.809-20070726 is already installed
 
  


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
How to view content of RPM package using RPM command? Micro420 Linux - General 5 07-18-2010 03:03 PM
rpm -i --prefix=/home/user package.src.rpm doesn't work? registering Linux - Software 2 07-18-2007 11:28 AM
What is difference between an i386 rpm and an i686 rpm package? rajat Linux - Software 2 03-25-2007 10:55 PM
RealPlayer10GOLD.rpm won't work bdmp Linux - Software 1 02-19-2005 07:03 AM
can reinstall the rpm package without delete the rpm package eye Red Hat 1 10-20-2003 07:53 AM

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

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