PDA

View Full Version : [ubuntu] Trouble installing RealPlayer



jeremytas
September 15th, 2008, 11:10 AM
Hi. I'm having trouble installing RealPlayer on Ubuntu 8.04.
I have downloaded the file "RealPlayer11GOLD.bin" and saved it to the desktop.

I have already viewed these two threads in detail:
http://www.ubuntux.org/how-to-install-the-realplayer-multimedia-player
http://ubuntuforums.org/archive/index.php/t-405359.html

As those threads point out, the file did not have the correct permissions, so I fixed these by doing:

cd Desktop
chmod 777 RealPlayer11GOLD.bin

The file permissions are now "-rwxrwxrwx".

My problem is however that when I type the following, I get an error saying "No such File or Directory". I have also tried it with "sudo" in front, but this made no difference. I am aware that it is case sensitive.

./RealPlayer11GOLD.bin

So why would it say "No such File or Directory" when clearly the file is there? The chmod command had no problem finding the file. Please help!

Partyboi2
September 15th, 2008, 11:19 AM
Are you in the correct directory before you run that command? (./RealPlayer11GOLD.bin)
So

cd ~/Desktop

chmod a+x RealPlayer11GOLD.bin
then

sudo ./RealPlayer11GOLD.bin

jeremytas
September 15th, 2008, 11:37 AM
Yes. Definitely in the right directory (Desktop). If I do "ls -lasi", the file is listed.

Partyboi2
September 15th, 2008, 12:56 PM
The only other thing I can think of is to check your spelling of the excute command, that it is typed correct into the terminal (incorrect typing of a command has caught me out once or twice) and maybe follow this (http://crunchbang.org/wiki/realplayer-on-ubuntu/) guide and copy and paste all commands to install realplayer.

jeremytas
September 15th, 2008, 01:28 PM
Spelling definitely OK and no typo's either. Actually as well as typing it in manually (heaps of times), I even tried copying/pasting the file name from the output of the ls command (also heaps of times) but it made no difference. And as I said previously, the chmod command has no trouble finding the file. I have also tried entering the file name with quotes and without the ./ prefix, but still no luck.

I can't believe what should be quite simple is turning out to be so hard. Maybe there is something wrong with the version 11 file? If the file was corrupt would it display this error or a different error? I think I might download version 10 and give that a go.

jeremytas
September 16th, 2008, 01:49 PM
Still no luck unfortunately!

I re-downloaded version 11 and also downloaded version 10. Tried installing both of them, but I still get the error saying "No Such File or Directory". This time I saved them directly in the "/home" folder (rather than on the desktop) but that made no difference (as if it would anyway).

Attached is an image of the terminal window. You can that I am doing everything correctly! File permissions are correct and there are no typo's in the file names. I think I might have to try installing a different Linux distribution on to another computer, then try to install RealPlayer on that. This will allow me to rule out Ubuntu 8.04 as the cause of this problem.

SunnyRabbiera
September 16th, 2008, 01:56 PM
well you could try to install the .deb file, I always found the default realplayer installer a pain to use:
try this (http://debian-multimedia.org/pool/main/r/realplay/realplayer_10.0.9-0.2_i386.deb)

That will install realplayer 10, but meh there isnt anything different between Realplayer 10 and 11

oldos2er
September 16th, 2008, 07:32 PM
Try "sudo ./RealPlayer11GOLD.bin"

carolinason
November 7th, 2008, 04:06 PM
I received the same error, probably a bug. Loading Debian on another machine to test.

Bablefish
November 7th, 2008, 04:58 PM
Have I got an easy install for you. How about a native .deb file check out the link http://packages.medibuntu.org/intrepid/realplayer.html

carolinason
November 8th, 2008, 04:19 AM
In Debian, Real Player 11 does install.

This appears to be an Ubuntu problem.

I did install the deb file in Ubuntu that is provded by the previous posters and it works fine.