LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 07-28-2007, 01:57 PM   #1
jabos
Member
 
Registered: May 2007
Posts: 44

Rep: Reputation: 15
Real Player


I have downloaded Real Player "RealPlayer10GOLD.bin" to my desktop so could someone tell this old noob how to install it please. I am running Mandriva Spring. Big thanks
 
Old 07-28-2007, 02:19 PM   #2
jib2
Member
 
Registered: Sep 2003
Location: Paris, France
Distribution: Arch x86_64
Posts: 221

Rep: Reputation: 30
You'd better download the rpm package. Go to http://www.real.com/linux then click on 'RedHat package'.
Open a terminal, cd to the directory where you stored the file, su as root then type:
rpm -ivh realplayer10GOLD.rpm
 
Old 07-28-2007, 07:53 PM   #3
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Go to the folder where the bin file is.

type sh ./RealPlayer10GOLD.bin

That should start the installer program.

Regards Glenn
 
Old 07-29-2007, 12:14 AM   #4
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
Good catch Glen, it is good to answer the question that was asked. At the same time, I think jib2 gave excellent advise. Since Mandriva is based on the rpm package system, jabos will have a better time of it in the future if the software installed to his/her Linux system is installed from rpm packages. Doing so keeps software management simple.
 
Old 07-29-2007, 02:15 AM   #5
jabos
Member
 
Registered: May 2007
Posts: 44

Original Poster
Rep: Reputation: 15
Thanks for all the great help and advice folks!
 
Old 07-30-2007, 06:48 PM   #6
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
He'll have to chmod the binary to mark it executable before it will run.
 
Old 07-31-2007, 12:24 AM   #7
ernie
Senior Member
 
Registered: Nov 2001
Location: Toledo, Ohio - USA
Distribution: Mageia 1
Posts: 1,079
Blog Entries: 4

Rep: Reputation: 70
And in the event (s)he does not understand what that means (is a newbie), before the installer can be executed, it has to have the executable flag turned on, so the commands would become:
Code:
chmod +x ./RealPlayer10GOLD.bin
sh ./RealPlayer10GOLD.bin
HTH,
 
Old 07-31-2007, 01:39 AM   #8
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
I strongly suggest going with the rpm package, because hopefully, rpm will tell you which gcc libraries are missing, so you can install them to get real player working. Realplayer gold was compiled with gcc-3, Mandriva comes with gcc-4, in order to install realplayer gold, you need the gcc-3.4 compatible libraries, which are available in Mandriva repositories as an rpm also.
 
Old 07-31-2007, 04:14 AM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
To addon to what Junior Hacker said. The gcc libraries needed by RealPlayer are provided by the libsdtc++5 package.
 
Old 08-23-2007, 11:39 PM   #10
mr.bill900
LQ Newbie
 
Registered: Aug 2007
Location: Compton, Calif USA
Distribution: Mandriva Free 2007
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by reddazz View Post
To addon to what Junior Hacker said. The gcc libraries needed by RealPlayer are provided by the libsdtc++5 package.
I'm new here. Just finished installing RealPlayer10GOLD from the .bin file in Mandriva2007.0. (The .rpm file is written for Red Hat and I couldn't get it to work, so removed it and installed the .bin version.) Had some issues (such as having to install the C++ library files from CD#2) and had to edit the path to get the link to work, but it is about 90% there.

My problem is I have a few thousand audio files made using the original Real Audio Encoder, dates back to the G2 era. Newer RA files play fine, but the older ones give an error, so I assume I need the proper codecs. I saw an RV9 codec pack for Linux 2x on the Real.com website, but wasn't sure if that would work. Looked on the Helix.com site, couldn't find any info there either. Anyone have a suggestion?

Feel free to e-mail me. mr.bill@pcmagic.net Thanks! Bill

Last edited by mr.bill900; 08-23-2007 at 11:41 PM.
 
Old 08-24-2007, 03:45 AM   #11
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
smart-urpmi to update your rpm data-base

Hi, you should be able to find the win codecs package in the plf repositories.

If you're not too sure of what that is, then go to "easy-urpmi"

http://easyurpmi.zarb.org/

or smart-urpmi

http://www.mandrivauser.de/smarturpmi/

and follow the instructions there to update you rpm database. This may take a while, but usually does not install anything.

Make sure you get the plf repo. This is a repo for software that mandriva may not distribute because of patents, etc.

win32-codecs-1.8-1plf2007.0.i586.rpm is the one I have installed on my x86_64 system.

It may not cover all of the codecs, so look out for the apple (QuickTime, (not to be confused with QT in linux)) and real flavours (australian spelling).

Also remember, LQ has a fantastic search function, and google is your friend.

Regards, Glenn

ps, check out the entries at the bottom of ernies thread (urpmi). <edit> OOps, it's changed.</edit>

Last edited by GlennsPref; 08-24-2007 at 07:24 PM.
 
Old 08-25-2007, 08:51 AM   #12
mr.bill900
LQ Newbie
 
Registered: Aug 2007
Location: Compton, Calif USA
Distribution: Mandriva Free 2007
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by GlennsPref View Post
Hi, you should be able to find the win codecs package in the plf repositories.

If you're not too sure of what that is, then go to "easy-urpmi"

http://easyurpmi.zarb.org/

or smart-urpmi

http://www.mandrivauser.de/smarturpmi/

and follow the instructions there to update you rpm database. This may take a while, but usually does not install anything.

Make sure you get the plf repo. This is a repo for software that mandriva may not distribute because of patents, etc.

win32-codecs-1.8-1plf2007.0.i586.rpm is the one I have installed on my x86_64 system.

It may not cover all of the codecs, so look out for the apple (QuickTime, (not to be confused with QT in linux)) and real flavours (australian spelling).

Also remember, LQ has a fantastic search function, and google is your friend.

Regards, Glenn

ps, check out the entries at the bottom of ernies thread (urpmi). <edit> OOps, it's changed.</edit>


Thanks, Glenn. I have no problem playing most multimedia, only the OLD Real Audio files. The later ones play fine, but the earlier ones just generate an error message. I've been looking for a codec pack, but no luck so far. I can play QuickTime, DivX, Xvid, MPEG, VCD, DVD Video, AVI and some WMV with KM Player, so I don't need any codecs for that. ( can convert the WMV to AVI or MPEG on the Windows box so they will play in Linux.)

The Real player will play MP3, the older and newer RM videos and the newer RA audio files. But I have over 35 CDs full of radio interviews going back about ten years that I had archived using the original Real Audio Encoder. Real.com had offered it free, early on, then pulled it, but my copy still works fine. There is a newer version and I could probably switch to that, but it doesn't solve the problem with the older files I have. I can play them on my Windows boxes, but I would like to get the Linux box working too.

I'll check the links you suggested, but I suspect the codecs I need don't exist. I made up a codec pack for Windows so that Real Player 8 can play everything, including the older and RP10 files, and it allows RP10 to play the older ones. Installing codecs in Windows is easy as they are under Application Data\Real\Codecs. But Linux is a lot different and I'm still learning my way around it.

Bill
 
Old 08-25-2007, 09:12 PM   #13
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Question

Do you have win32-codecs installed? You did not say.

It is only available as I mentioned above. (not standard mandriva install)

It will make a difference if you don't have it.

Regards, Glenn
 
Old 08-25-2007, 11:43 PM   #14
mr.bill900
LQ Newbie
 
Registered: Aug 2007
Location: Compton, Calif USA
Distribution: Mandriva Free 2007
Posts: 10

Rep: Reputation: 0
Glenn,

Yup. Everything else plays perfectly. The problem is in the Real Player codecs, which it appears are not available. Hopefully someone will write some one day, since there are still a lot of RA files floating around on the net that use the older G2 codecs.

But that's the least of my problems for now. A friend wanted me to try a USB V.92 external modem, so against my better judgment, I did. (I use a modem because cable is expensive, DSL doesn't work here and I only spend a couple hours per day on the net, so dialup is good enough.) Of course, it was a controllerless modem and wouldn't work, so I removed it and now KPPP refuses to communicate with my old serial port modem. I've tried everything, reinstalling the DUN, etc., but apparently a file got hosed, so I may have to wipe it and do a full reinstall. At least I kept notes of what I did and I can save all the bin and rpm files to CDRW so I don't have to d/l them again.

Bill

Quote:
Originally Posted by GlennsPref View Post
Do you have win32-codecs installed? You did not say.

It is only available as I mentioned above. (not standard mandriva install)

It will make a difference if you don't have it.

Regards, Glenn
 
Old 08-26-2007, 12:26 AM   #15
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hey, before you hose your install, copy your new question to the networking forum here at LQ. Some one will know what you need to do.

Glenn
 
  


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 as default player for firefox browser appunni Linux - Software 4 04-04-2007 02:41 PM
No Real Player Sound after Flash Player hroit Linux - Software 4 01-16-2007 02:05 PM
Real Player 10 not player my .rm file! epod69 Linux - Software 1 04-20-2005 02:07 AM
real player.. johnyy Linux - Software 3 09-09-2003 09:44 AM
Real Player RRepster Slackware 11 01-08-2003 02:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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