PlaneShift
Support => Linux Specific Issues => Topic started by: kathera_lockharte on July 08, 2007, 09:30:52 am
-
I keep getting the error
bash: Run: command not foundI use Ubuntu and well I can't seem to figure out how to install and run planeshift, so can anyone help me with this?
-
In the directory where you downloaded the .bin file:
chmod +x thefilename.bin
./thefilename.bin
If you get permission denied errors, then append "sudo" to the front of the commands i.e. "sudo ./thefilename.bin" or "sudo chmod +x thefilename.bin"
Afterwards, you can run the game from the desktop icons or go to the installation directory and run "./psclient". It may be that you need to modify permissions though depending on the details of the installation.