LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to install real player in linux professional 8.2 (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-real-player-in-linux-professional-8-2-a-744912/)

ricacola 08-03-2009 10:56 PM

how to install real player in linux professional 8.2
 
Hi everyone I am new to linux and having problems installing real player,I downloaded the program from the internet in rpm version.
or should i download the tar.gz or other version? wich one is the right one for my system? and can anyone tell me step by step how to install it? thank you

jayesh.soni 08-03-2009 11:10 PM

Hi ricacola,

You just need to give the following command as super user..

yum -y install RealPlayer

This will install the RealPlayer with all dependencies

sandbish 08-04-2009 12:46 AM

May I know which linux distribution r u using???

lazlow 08-04-2009 02:00 AM

I think linux professional 8.2 is a Suse version. Unless I am mistaken (it has been a while) Suse uses yast and not yum.

sandbish 08-04-2009 11:30 AM

download realplayer.bin and then try this:

su
<enter root password>
chmod a+x RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin

It might work

ricacola 08-04-2009 01:43 PM

how to install real player in linux professional 8.2
 
Quote:

Originally Posted by sandbish (Post 3631117)
download realplayer.bin and then try this:

su
<enter root password>
chmod a+x RealPlayer10GOLD.bin
./RealPlayer10GOLD.bin

It might work

sandbish, this is the message I get


linux:/home/javier # chmod: failed to get attributes of `realplayer10GOLD.bin': No such file or directory
> linux:/home/javier #
>
>

sandbish 08-04-2009 11:15 PM

ricacola....first make sure that u r in the same directory where the RealPlayer10GOLD.bin exists
Then do double check the spelling of the .bin file....the name must be case sensitive
The name may differ according to the version of the RealPlayer what u r trying to install...so u have to be carefull about that

ricacola 08-12-2009 11:52 PM

ok! sandbish your commands worked, I installed realplayer but now I cant find the program I'm sorry but I"ve been usin suse linux only for 2 weeks can somebody tell me where is my program I just installed? using the konsole(terminal) thank you sandbish you helped a lot

jdkaye 08-13-2009 12:46 AM

Try
Code:

whereis realplay
jdk

ricacola 08-13-2009 02:22 AM

jdkaye I get this message "command not found" when i ask where is realplay another idea please.

ricacola 08-13-2009 02:33 AM

jdkaye i get this message "command not found" when i ask where is realplay , any other ideas please , thank you

repo 08-13-2009 02:37 AM

Quote:

when i ask where is realplay
whereis realplay

jdkaye 08-13-2009 04:45 AM

Quote:

Originally Posted by ricacola (Post 3641495)
jdkaye I get this message "command not found" when i ask where is realplay another idea please.

Ricacola: Everything put in a "code box" is to be taken literally
unless otherwise indicated. If I write "whereis" and you type "where is" those aren't the same thing so of course it couldn't find the command.
jdk

krasop 08-13-2009 01:50 PM

i have mandriva i save realplayer.rpm to my desktop and i do not know how i can install it. i am five days linuxer.thang you.

repo 08-13-2009 01:52 PM

rpm -ivh Desktop/whatever.rpm


All times are GMT -5. The time now is 06:16 PM.