I can't seem to load RealPlayer10GOLD.bin on fiesty... any ideas?

Asked by F.O.G.

I have tried using the code provided to install Real Player on previous versions 6.10/6.06, when I enter the code the I get "no such directory" or "file name invalid". When I run "Tree" from the terminal window it displays Real Player as a valid directory. The issue is that items requiring Real Player will not work.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Alan Pope 🍺🐧🐱 πŸ¦„
Solved:
Last query:
Last reply:
Revision history for this message
TraceyLedbetter (concept10) said :
#1

You need to run that as follows ./Realplayer10....

note the ./ (dot slash)

This is basically the installation program for Real Player

or install the Real Player application using Add/Remove programs

hope this helps

Revision history for this message
F.O.G. (novembersun) said :
#2

I tried running it this way:

ron@ron-desktop:~$ ./ RealPlayer10GOLD
bash: ./: is a directory
ron@ron-desktop:~$ ./RealPlayer10GOLD
bash: ./RealPlayer10GOLD: No such file or directory
ron@ron-desktop:~$ ./RealPlayer10GOLD.bin
bash: ./RealPlayer10GOLD.bin: No such file or directory
ron@ron-desktop:~$ ./ RealPlayer10GOLD.bin
bash: ./: is a directory
ron@ron-desktop:~$

I am also unable to locate the program through "Add/Remove software".

Thanks,

Ron

Revision history for this message
Best Alan Pope 🍺🐧🐱 πŸ¦„ (popey) said :
#3

You are better off not doing it this way at all. RealPlayer is in the repository and as such can be installed through Synaptic package manager. Here are the instructions:-

https://help.ubuntu.com/community/RealplayerInstallationMethods

Revision history for this message
F.O.G. (novembersun) said :
#4

Thanks Alan Pope, that solved my question.