Results 1 to 4 of 4
I'm new to Linux. I have downloaded Realplayer, which is in form of a .bin file. How to run it?...
- 10-18-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 1
running .bin file
I'm new to Linux. I have downloaded Realplayer, which is in form of a .bin file. How to run it?
- 10-18-2007 #2
Make sure that the bin file is executable. If not run
Then runCode:chmod +x filename.bin
in order to install.Code:./filename.bin
edit: just a bit faster
- 10-18-2007 #3
Let's say the file you have downloaded is realplayer.tar.bin
To run it first make it executable by typing:
...and then run it by typing:Code:chmod a+x realplayer.tar.bin
(Don't forget to change both instances of realplayer.tar.bin to what ever your bin file is called)Code:./realplayer.tar.bin
Linux User #453176
- 10-18-2007 #4


Reply With Quote
