Results 1 to 10 of 11
Ok, I don't understand about software installation in Linux. I downloaded the RealPlayer software from the www.real.com site. Now I have no idea what to do next. Double clicking on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-15-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 21
Software intallation problems.
Ok, I don't understand about software installation in Linux. I downloaded the RealPlayer software from the www.real.com site. Now I have no idea what to do next. Double clicking on the .bin file does nothing. It just brings up the archive manager and an error box comes up saying it does not know what kind of archive file this is. What to do?
Is this typical of software installations? Is there no simple double click and go type of installations under Linux?
Thanks,
Keith
- 04-15-2007 #2
open Terminal or Konsole, navigate to the folder having .bin file using 'cd' command. let say bin file is stored at Desktop and filename is foo.bin.
execute this
check this tutorial, 'How to Install Softwares in Linux'.Code:cd ~/Desktop chmod +x foo.bin ./foo.bin
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #3
From a newbie point of view there is no "one click fixes all " installation method.......well not like windows anyway (although rpm packages come close).
On the whole it will be a very different experience compared to what you're accustomed to.
Check out TechieMoes excellent HowTo
http://www.linuxforums.org/forum/lin...are-linux.html
Oh and i'd reconsider installing realplayer...." I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 04-15-2007 #4Just Joined!
- Join Date
- Apr 2007
- Posts
- 21
Advice
Originally Posted by the bassinvader
Thanks for the tips. I just want to listen to some internet radio stations. Like Rogers Yahoo has, but the player will not work under Linux. Any other suggestions?
- 04-15-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 21
Nope. Here is the error I get:
Originally Posted by devils_casper
./RealPlayer10GOLD.bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Thanks,
Keith
- 04-15-2007 #6
which Linux distro are you using?
that error usually pops up in Fedora. if you are using Fedora, execute this
Code:su - yum -y install libstdc++
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #7Just Joined!
- Join Date
- Apr 2007
- Posts
- 21
No, Mandriva
Originally Posted by devils_casper
- 04-15-2007 #8Code:
urpmi linstdc++
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #9Just Joined!
- Join Date
- Apr 2007
- Posts
- 21
Not quite there yet
no package named linstdc++
Originally Posted by devils_casper
- 04-15-2007 #10
^^^ Try "urpmi gcc-c++".
'Tis better to be silent and be thought a fool, than to speak and remove all doubt.'
--Abraham Lincoln


Reply With Quote
