Author Topic: Linux install with .bin file...total noob, enter at own risk.  (Read 1608 times)

necropathon

  • Wayfarer
  • *
  • Posts: 9
    • View Profile
Re: Linux install with .bin file...total noob, enter at own risk.
« Reply #15 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:

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Re: Linux install with .bin file...total noob, enter at own risk.
« Reply #16 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

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: Linux install with .bin file...total noob, enter at own risk.
« Reply #17 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!