Author Topic: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?  (Read 2344 times)

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« on: February 09, 2008, 10:28:34 pm »
Okay so recently my idiot of a brother installed Ubuntu, Which obviously annoyed me because i know how  hard it is installing stuff on it.

I'm completely in the mist, i have no idea how to install planeshift but by all means i intend to.

All i know is that when i run the .bin file (( either x64 or x86)) it doesnt recognise the file format.

Therefore i refer to the forums.
I Have no idea how to use terminal.

Maybe the administrators/moderators could make and sticky a topic on what to type into terminal to install planeshift.


I Tried typing the following in terminal:
chmod +x PlaneShift_CBV0.3.020-x86.bin
chmod +x PlaneShift_CBV0.3.020-x64.bin
cd desktop then
chmod +x PlaneShift_CBV0.3.020-x86.bin
chmod +x PlaneShift_CBV0.3.020-x64.bin

i tried doing the directory
/home/****/Desktop/PlaneShift_CBV0.3.020.bin
/home/****/Desktop/PlaneShift_CBV0.3.020-x86.bin
/home/****/Desktop/PlaneShift_CBV0.3.020-x64.bin
chmod +x /home/****/Desktop/PlaneShift_CBV0.3.020.bin
chmod +x /home/****/Desktop/PlaneShift_CBV0.3.020-x64.bin
chmod +x /home/****/Desktop/PlaneShift_CBV0.3.020-x86.bin
and even
open /home/****/Desktop/PlaneShift_CBV0.3.020.bin
open PlaneShift_CBV0.3.020-x64.bin
open PlaneShift_CBV0.3.020-x86.bin


But after a painful 1 hour trying to get this to work all my attempts have failed resulting in the no file or dictory error or simply nothing happening....  :'( :'(


Please help me immediatly.

This game looks so awesome and I'm so passionate about roleplaying seriously in a good game.

Thankyou.
bilbowbagins.
xx
« Last Edit: February 09, 2008, 10:48:43 pm by neko kyouran »

Mordraugion

  • Hydlaa Notable
  • *
  • Posts: 816
  • Ex Dev and GM
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #1 on: February 09, 2008, 11:02:57 pm »
Firstly unless you have a 64bit system then you need PlaneShift_CBV0.3.020-x86.

it seems you have done chmod +x so the just in the directory wher the file is located just type ./PlaneShift_CBV0.3.020-x86.bin

thats is dot slash PlaneShift_CBV0.3.020-x86.bin then follow installer instructions, I tend to install in /home/user rather than /opt but thats up to you
No longer a member of the PlanShift Development Team
Hokinon or Hoki on IRC

PS is not a democracy, nor will it ever be -- Karyuu 2006
http://www.hydlaaplaza.com/smf/index.php?topic=21049.msg230947#msg230947

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #2 on: February 09, 2008, 11:20:02 pm »

luke@luke-desktop:~$ ./PlaneShift_CBV0.3.020-x86.bin
bash: ./PlaneShift_CBV0.3.020-x86.bin: No such file or directory
luke@luke-desktop:~$ ./PlaneShift_CBV0.3.020-x64.bin
bash: ./PlaneShift_CBV0.3.020-x64.bin: No such file or directory

Tried on both, still no response...  :'( :'( :'(

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #3 on: February 09, 2008, 11:26:06 pm »
well is PlaneShift_CBV0.020-64.bin on your desktop? or did you put it somewhere else? looks like you put it somewhere else other then your desktop.

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #4 on: February 09, 2008, 11:37:00 pm »
I Minimize this window and there is both versions x86 and x64 on my desktop.....
« Last Edit: February 09, 2008, 11:39:32 pm by bilbowbagins »

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #5 on: February 09, 2008, 11:42:57 pm »
try this

Code: [Select]
cd $HOME/Desktop
chmod +x PlaneShift_CBV0.020-64.bin
./PlaneShift_CBV0.020-64.bin

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #6 on: February 09, 2008, 11:46:54 pm »

luke@luke-desktop:~$ cd $HOME/Desktop
luke@luke-desktop:~/Desktop$ chmod +x PlaneShift_CBV0.020-64.bin
chmod: cannot access `PlaneShift_CBV0.020-64.bin': No such file or directory
luke@luke-desktop:~/Desktop$ chmod +x PlaneShift_CBV0.020-x64.bin
chmod: cannot access `PlaneShift_CBV0.020-x64.bin': No such file or directory
luke@luke-desktop:~/Desktop$ ./PlaneShift_CBV0.020-64.bin
bash: ./PlaneShift_CBV0.020-64.bin: No such file or directory
luke@luke-desktop:~/Desktop$ ./PlaneShift_CBV0.020-x64.bin
bash: ./PlaneShift_CBV0.020-x64.bin: No such file or directory
luke@luke-desktop:~/Desktop$


This Is Getting So Depressing =[ I Have spent like 3 hours trying to get this to work. =[

Velh Krome

  • Guest
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #7 on: February 09, 2008, 11:51:17 pm »
show us the output of

Code: [Select]
ls -l(where l is a small L)

Vornne

  • Testers
  • Hydlaa Resident
  • *
  • Posts: 189
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #8 on: February 09, 2008, 11:52:37 pm »
Try typing 'ls', it will list the files in your current directory. 'open' is not the correct command, it is 'cd' for 'change directory'.

So, if 'ls' does not show the Planeshift installer, 'cd' with nothing else will move to your home directory, then try 'ls', then 'ls Desktop' (or another folder) and see if it is there. Once you have found it, start typing 'chmod +x Desktop/Pla' then press tab, if the file is there it might autocomplete the word if you have typed enough letters to indicate one file, if not press tab again for the choices, then add letters and press tab again until you have narrowed it down to one file.

Another thing that you may find easier, right click the file on the desktop or in a file manager, and try to find something called 'properties' where you should be able to set it executable with a checkbox or drop down menu. I use kde which has this feature, but you probably have gnome installed which I have not used for a while.

You may think this is annoying having to set this before you can run things you download, but this sort of thing makes it very hard for viruses to work on linux, you have to explicitly allow things to run.

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #9 on: February 09, 2008, 11:55:50 pm »
show us the output of

Code: [Select]
ls -l(where l is a small L)


drwx------ 2 luke luke   4096 2008-02-07 17:15 amsn_received
drwxr-xr-x 2 luke luke   4096 2008-02-09 19:26 Desktop
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Documents
lrwxrwxrwx 1 luke luke     26 2008-01-22 23:37 Examples -> /usr/share/example-content
-rw-r--r-- 1 luke luke 597054 2008-02-09 19:02 Firefox_wallpaper.png
drwxr-xr-x 5 luke luke   4096 2008-02-07 20:34 gtk-gnutella-downloads
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Music
-rw-r--r-- 1 luke luke 933888 2008-02-08 18:25 nautilus-debug-log.txt
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Pictures
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Public
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Templates
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Videos
-rw-r--r-- 1 luke luke   5209 2008-02-09 10:16 VisualBoyAdvance.cfg

Velh Krome

  • Guest
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #10 on: February 10, 2008, 12:01:42 am »
Alright, you see no Planeshift file is in that folder.
Do like Vornne adviced:
use cd (change directory) for going into your home directory, and "ls-l" again. If its not there, "cd into other folders" (like "cd temp" to get into the temp-folder). You may want to do a "cd <tab-key>" for having shown folders possible to cd into.

EDIT:
Oops, just noticing:
Your console seems to be still in your home-directory!
do a simple
Code: [Select]
cd Desktopand then "chmod +x <proper_file>"
« Last Edit: February 10, 2008, 12:05:57 am by Velh Krome »

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #11 on: February 10, 2008, 12:05:27 am »
Alright, you see no Planeshift file is in that folder.
Do like Vornne adviced:
use cd (change directory) for going into your home directory, and "ls-l" again. If its not there, "cd into other folders" (like "cd temp" to get into the temp-folder). You may want to do a "cd <tab-key>" for having shown folders possible to cd into.

luke@luke-desktop:~$ ls -l
total 1548
drwx------ 2 luke luke   4096 2008-02-07 17:15 amsn_received
drwxr-xr-x 2 luke luke   4096 2008-02-09 19:26 Desktop
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Documents
lrwxrwxrwx 1 luke luke     26 2008-01-22 23:37 Examples -> /usr/share/example-content
-rw-r--r-- 1 luke luke 597054 2008-02-09 19:02 Firefox_wallpaper.png
drwxr-xr-x 5 luke luke   4096 2008-02-07 20:34 gtk-gnutella-downloads
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Music
-rw-r--r-- 1 luke luke 933888 2008-02-08 18:25 nautilus-debug-log.txt
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Pictures
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Public
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Templates
drwxr-xr-x 2 luke luke   4096 2008-01-22 23:42 Videos
-rw-r--r-- 1 luke luke   5209 2008-02-09 10:16 VisualBoyAdvance.cfg
luke@luke-desktop:~$ cd Desktop
luke@luke-desktop:~/Desktop$ ls -l
total 578100
-rw-r--r-- 1 luke luke     98280 2008-02-09 19:02 assassins-creed-wallpaper-2.jpg
-rw-r----- 1 luke luke      1669 2008-02-08 14:07 Hairspray Playlist
-rwxr-xr-x 1 luke luke 296560013 2008-02-09 19:26 PlaneShift_CBV0.3.020-x64.bin
-rwxr-xr-x 1 luke luke 294712984 2008-02-09 19:22 PlaneShift_CBV0.3.020-x86.bin

Its there alright, now what?

Velh Krome

  • Guest
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #12 on: February 10, 2008, 12:08:41 am »
lol getting confused:
Quote
luke@luke-desktop:~/Desktop$ ls -l
total 578100
-rw-r--r-- 1 luke luke     98280 2008-02-09 19:02 assassins-creed-wallpaper-2.jpg
-rw-r----- 1 luke luke      1669 2008-02-08 14:07 Hairspray Playlist
-rwxr-xr-x 1 luke luke 296560013 2008-02-09 19:26 PlaneShift_CBV0.3.020-x64.bin
-rwxr-xr-x 1 luke luke 294712984 2008-02-09 19:22 PlaneShift_CBV0.3.020-x86.bin
says you are in your Desktop-folder.
Now just do a
Code: [Select]
chmod +x PlaneShift_CBV0.3.020-x86.binand then
Code: [Select]
./PlaneShift_CBV0.3.020-x86.bin

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #13 on: February 10, 2008, 12:12:14 am »

luke@luke-desktop:~/Desktop$ chmod +x PlaneShift_CBV0.3.020-x86.bin
luke@luke-desktop:~/Desktop$
 ((At this point i pressed tab, nothing happened when i had my mouse on the terminal, but when not this comes up..))
Display all 2031 possibilities? (y or n)

bilbowbagins

  • Traveller
  • *
  • Posts: 13
    • View Profile
Re: Is It Me Or Is Installing Stuff On Linux Moderatly HARD!?
« Reply #14 on: February 10, 2008, 12:14:15 am »
YES IT WORKED.. THANK THE SEXY HEAVANS IT WORKS.


THANKS SO MUCH!!! ^_^


 :love: :love: :love: :love: :love: :love: :love: :flowers: :flowers: :flowers: :flowers: :thumbup: :thumbup: :surrender: :surrender: :sorcerer: :sorcerer: ;D ;D ;D :D :D :D 8) 8) 8) ::) ::) ::) :P :P \\o// \\o// \\o// \\o// :-X