LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to install Real player in linux ? (https://www.linuxquestions.org/questions/linux-software-2/how-to-install-real-player-in-linux-65129/)

futurist 06-12-2003 02:04 AM

How to install Real player in linux ?
 
i downloaded the file, it is 8.5MB, the extension is *.bin ,

how to install it ?:confused:

yowwww 06-12-2003 02:22 AM

I have a list of commands and how to use them on my guide on the commands page.

The easy and fast answer is...

open the terminal in the directory where you have that downloaded and type:

./realplayer.bin (or whatever the exact filename is, you can just press ./real and then hit the 'tab' key and it will autocomplete.)

futurist 06-12-2003 03:42 AM

Thank you, I'll try it.

futurist 06-12-2003 06:22 AM

problem!
it prompted me that "can not run execute file".
Whu ?

fsbooks 06-12-2003 06:35 AM

The file does not have execute permission. Do ls -l, there will be no 'x-bits' set.

Become root.
"chmod u+x <file>" which will add an 'x' in the user position
"chmod a+x <file>" which will add 'x' in all positions
...or
"chmod 755 <file>" which changes it to -rwxr-xr-x
... or a number of other varients.

Then you can 'run' the file. ". <file>" or "sh <file>" will probably work too.

Later, having read acid_kewpie's words below... No! No! No! What was I on? (teaches me to post before the morning coffee is finished brewing).

pbhj 06-12-2003 09:30 AM

I gather mplayer plays real media files - might be an alternate option?

pbhj

futurist 06-12-2003 11:57 AM

it still did not work, Error : can not run binary file!

acid_kewpie 06-12-2003 03:04 PM

Quote:

Then you can 'run' the file. ". <file>" or "sh <file>" will probably work too.
No, neither of these will work at all to run a binary file. only for script files.

futurist 06-12-2003 06:57 PM

acid_kewpie,

what shall i do now ?

yowwww 06-12-2003 10:20 PM

you can try this:

http://rpmfind.net/linux/rpm2html/se...mit=Search+...

futurist 06-13-2003 07:42 PM

thanks

futurist 06-13-2003 07:43 PM

why the binary file can not be used ?

yowwww 06-13-2003 08:16 PM

it all depends on how they are built and how each distro is designed and how they interact together.
That's one the good things about linux, there are a variety of different install methods.

futurist 06-14-2003 07:48 AM

Any suggestion i can use it ?
The RPM file you suggest is realplayer 8.0, i need 9.0.

Muddy 06-14-2003 07:52 AM

dude if you downloaded the .bin file and you (as root) ran chmod 755 (filename) then ran (as root) ./real(filename) and it did not work, you have other issues or a bad file.


All times are GMT -5. The time now is 11:38 PM.