Author Topic: Installing on ubuntu?  (Read 683 times)

Duo Maxwell

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
    • My SU page
Installing on ubuntu?
« on: May 16, 2006, 01:15:08 pm »
What up all?

Here's my problem, dled the client and all, figured out how to run the .bin file, now that it's open tho, it's asking me where to install it. It's asking to install in /opt/planeshift, but says I don't have permission to install it there, so I located the /opt folder and checked it's permissions, it's owned by root and thusly won't let me edit it or change permissions. So what do I do from here? I'm a total newb on linux so go easy please.
Upgraded HP Pavilion 750n that was left here
WD 2500JB
2x 512Mb kingston value
evga 256Mb GeForce 6200 agp (nv44a)
NEC 16x DVD burner
removed windows permanently
looking for a proc or new mobo and proc to use...

Wired_Crawler

  • Hydlaa Citizen
  • *
  • Posts: 429
    • View Profile
Re: Installing on ubuntu?
« Reply #1 on: May 16, 2006, 02:12:08 pm »
Hi.

You can:
  • give for example "/home/<YourUserName>/planeshift" as install path (or other publicly writable directory) and  answer "No" to question, if You want install PS system wide (preferred way)
  • run the installer as root and install the game system wide (answer "Yes" to appropriate question), for example:

sudo ./Planeshift_CBV0.3.014.i686.bin
<enter your password>
[/list]

Good luck.
"Close the world, txEn eht nepO."

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: Installing on ubuntu?
« Reply #2 on: May 16, 2006, 11:00:46 pm »
Ubuntu handles root access through sudo much in the same way that MacOSX does.  To change the permissions of that folder (/opt) then do the following:

Applications ----> Accessories ---> Terminal

This will open a command line interface.  enter the following:

Code: [Select]
sudo chmod -r 777 /opt
after that installing to /opt should not be a problem :D