PlaneShift

Support => Linux Specific Issues => Topic started by: necropathon on August 21, 2006, 09:43:57 pm

Title: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 21, 2006, 09:43:57 pm
I read the other thread, but ti didnt elaborate much on how to actually change the bin from a bin to an exe...then I run the command given , correct ? but first how do I change it ? thanks and sorry if its obvious for you, I have no idea.

 X-/ ;D
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 21, 2006, 09:57:44 pm
Umm... linux doesn't use .exe

You need to do this:
Open your console/terminal
change to the directory which your installer is in using 'cd directoryhere'. (you can use 'dir' to see what folders and files are in your current folder)
type 'chmod +x PlaneShift_CBV0.3.015b.bin'
type './PlaneShift_CBV0.3.015b.bin'

The installer should then run.
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 21, 2006, 10:30:44 pm
 :o

sorry I may be tired after a long night of fighting with this thing, but could you explain it to me in an easier format ? I just cant seem to get it to click. I appreciate your help !
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 21, 2006, 11:34:14 pm
Well... that's exactly what to do step by step... I don't know how to make it simpler than that. How are you trying to run it?
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 01:40:15 am
how do I find the folder where my installer is ?
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 22, 2006, 01:50:08 am
Well where did you download it to?
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 02:41:14 am
desktop

*edit*

I downloaded PlaneShift_CBV0.3.015b.bin to my desktop
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 22, 2006, 02:46:53 am
Ok, do you know how to open the terminal (also known as konsole/console)?
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 02:56:30 am
yup, konsole is pretty much cmd prompt, and on kanotix its right there on the desktop...and hey thank you for helping.
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: siglinp on August 22, 2006, 02:57:52 am
the easiest way is to move it from your desktop to your home folder.
Then drop to a command prompt go to the home folder
type ls
you should see the planeshift file
you might have to login as root or assume root.
type sudo
enter password
type chmod +x plane*
now type ls again
if you did it correctly the bin file should be green which means its executable
type ./plane*
it should pop up the installer.
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 03:07:41 am
thanks, ill give this a shot when i get home from the office !
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 22, 2006, 03:11:24 am
being root isn't required to install.

so open konsole and follow the instructions above and eveything should work :) (use 'cd ~/Desktop' to change to the right directory)
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Wired_Crawler on August 22, 2006, 08:28:16 am
Why should he bother about console, if the file is on desktop ?

Right click on the file and select properties:
(http://img183.imageshack.us/img183/5959/props1uo2.th.jpg) (http://img183.imageshack.us/my.php?image=props1uo2.jpg)

Mark the file executable if it does not use extended permissions...
(http://img223.imageshack.us/img223/8716/props2hj3.th.jpg) (http://img223.imageshack.us/my.php?image=props2hj3.jpg)

...or click "Advanced permissions" and turn on "Exec" flag for user:
(http://img244.imageshack.us/img244/7463/props3rl2.th.jpg) (http://img244.imageshack.us/my.php?image=props3rl2.jpg)

After confirming changes You can just click (or double click) downloaded file to start installer.

Instructions are for KDE, but it should look similarily in Gnome or any other desktop environment.

Linux is NOT harder to use than Windows.
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 08:44:26 am
now theres a guy who knows a noobie when he sees one ! thanks for the super cool walk through ! and thank everyone who helped me get set up !
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 08:50:33 am
Oops spoke too soon...Im getting an error... it says : Warning  the directory /opt is not writable by the current user. when I try to install...hehe Im sure I just need to log in as admin or something like that...but how ? thanks in advance !
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: necropathon on August 22, 2006, 09:11:13 am
well, I just installed it to a folder I made, and changed owner to users...it seems to have taken, and Im trying to update now. thanks dudes !  :thumbup:
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Xordan on August 22, 2006, 01:07:53 pm
Nice :)

heh, I never use the double click method myself :P I didn't even know you could do it that way xD
Title: Re: Linux install with .bin file...total noob, enter at own risk.
Post by: Induane on August 22, 2006, 04:04:44 pm
Also just for reference, :D you can use the command line to give yourself write access to /opt (I always do)


From Command Line:
Code: [Select]
sudo chmod -R 777 /opt
That will allow you to install things to that location.  Don't do this everywhere though as it can screw up your system.  For /opt though it is perfectly safe!