LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-08-2004, 10:26 PM   #1
Jengo
Member
 
Registered: Mar 2004
Location: Pasco, WA | USA
Distribution: MEPIS/Gentoo
Posts: 87

Rep: Reputation: 15
Question How do i install .Bin files?! plz help!


Well see, im new to linux, i use mandrake 9.2, installation was a breeze, i can do anything i want on windows, im an expert on that, but once i duallied with linux i dont know how to do crap.... anyways...

ok, i have this .bin file, its real player 9, i need to install it, i cant seem to figure out how. you cant double click like windows, and i tried several commands like sh file_installer.bin but that doesnt work...

please explain with ALOT of detail, i get real confused. please guys help me out, i love linux so far, i just want to learn how to use it.
 
Old 03-08-2004, 10:51 PM   #2
mardanian
Member
 
Registered: Mar 2004
Distribution: Fedora
Posts: 254

Rep: Reputation: 30
First of all you have to change the mode of the file like..
$chmod u+x rplslinux.....(whatever the real file name)

Then you could run it.....
$./rplslinux..... (agian the real file name)

enjoy
 
Old 03-08-2004, 11:12 PM   #3
Jengo
Member
 
Registered: Mar 2004
Location: Pasco, WA | USA
Distribution: MEPIS/Gentoo
Posts: 87

Original Poster
Rep: Reputation: 15
hmmm....

ok so if the file name is real_player.bin

i just put $chmod u+x real_player.bin?

then $./real_player.bin?

ok, so i dont have to put like the directory? like usr/local/?

just the name? ok let me try, cause everyone explains it different... i get so confused!! >.<
 
Old 03-08-2004, 11:15 PM   #4
Jengo
Member
 
Registered: Mar 2004
Location: Pasco, WA | USA
Distribution: MEPIS/Gentoo
Posts: 87

Original Poster
Rep: Reputation: 15
well, i tried it, it said: Bash: u+x command not found.

now what?
 
Old 03-08-2004, 11:20 PM   #5
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
as "root" try:

***
chmod 777 real_linux.bin

./real_linux.bin

***

good luck

Last edited by bashrc2; 03-08-2004 at 11:23 PM.
 
Old 03-09-2004, 01:36 AM   #6
Jengo
Member
 
Registered: Mar 2004
Location: Pasco, WA | USA
Distribution: MEPIS/Gentoo
Posts: 87

Original Poster
Rep: Reputation: 15
it says...

it says "cannot execute binary file"
 
Old 03-10-2004, 02:58 AM   #7
bashrc2
Member
 
Registered: Feb 2004
Distribution: slackware 9.1
Posts: 106

Rep: Reputation: 15
try downloading the bin file again...

# pwd
/root/downloads
#chmod u+x r1p1_linux22_libc6_i386_a1.bin
#./r1p1_linux22_libc6_i386_a1.bin


make sure you download the right file for your system.

it worked for me:
[root@slackware /usr/download]# chmod u+x r1p1_linux22_libc6_i386_a1.bin
[root@slackware /usr/download]# ./r1p1_linux22_libc6_i386_a1.bin

Extracting files for RealNetworks installation......
 
Old 03-10-2004, 06:47 AM   #8
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
Or, better idea, don't use RealPlayer. It sucks even more on linux than on windows.

A better idea is to install Totem (if you're using gnome) or something else if not, then grab the mplayer codec pack from mplayerhq.hu - then you can watch/listen to realplayer media from native linux multimedia players. I use totem with this arrangement and it's very easy (in gnome).

Just go to Preferences, click "Proprietary Plugins" and drag the files out of the file roller window with the codec pack opened. Now you can play RealPlayer, Windows Media and various other video/audio files.
 
Old 03-12-2004, 01:40 PM   #9
Sukrillux
LQ Newbie
 
Registered: Mar 2004
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by mardanian
First of all you have to change the mode of the file like..
$chmod u+x rplslinux.....(whatever the real file name)

Then you could run it.....
$./rplslinux..... (agian the real file name)

enjoy
I don't know about mandrake, but I think most linux commands are the same. I use Knoppix 3.3 and to install a .bin file, I had to "cd" to the directory in which the bin file was located. For example, if the file is in the /etc/ directory, then (in the console) you would type:

cd /etc/

hit enter, then type:

chmod u+x *****.bin

hit enter, then type:

./*****.bin

hit enter

And that should start the installer, or at least thats how I did it. Hope that helps!
 
Old 03-21-2004, 02:48 AM   #10
grabman
LQ Newbie
 
Registered: Mar 2004
Location: Perth, Australia
Distribution: Xandros2.0
Posts: 1

Rep: Reputation: 0
Hey, Cheers for that simple explanation, it loks like it worked for me.

Thanks heaps.

Grabman
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to install .bin files bmrtin Linux - Newbie 2 11-10-2005 05:50 PM
how to install .bin files??? linus johann Linux - Newbie 4 02-17-2005 07:27 AM
Trying to install AAO... It's a .bin file-- helpme plz thx muypill Linux - Newbie 1 12-10-2004 09:40 PM
install from bin files tiredoflogins Red Hat 1 10-07-2004 02:21 PM
cant install .bin files, tar.gz files or anyother format!!! madskillz Linux - Newbie 4 10-05-2003 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration