The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How do you install games?

    Discussion in 'Linux Compatibility and Software' started by brncao, Jul 31, 2009.

  1. brncao

    brncao Notebook Evangelist

    Reputations:
    541
    Messages:
    570
    Likes Received:
    5
    Trophy Points:
    31
    I just finished downloading and extracting Alien Arena 2009. How do you install it?
     
  2. geekygirl

    geekygirl Notebook Consultant

    Reputations:
    145
    Messages:
    257
    Likes Received:
    0
    Trophy Points:
    30
    Extracting?!

    What sort of package are we talking about...and what distro?

    If you are running Ubuntu Alien Arena is in the repository anyways...if not there is *usually* a .sh or a .pl extention file in the package, might even be something like install.sh or similar...

    In which case its just a manner of running that then...but it would help to know some more details about the file you downloaded and the distro you are running :)
     
  3. Saisei

    Saisei Notebook Deity

    Reputations:
    108
    Messages:
    869
    Likes Received:
    1
    Trophy Points:
    31
    There shoould be some kind of exe file.
     
  4. geekygirl

    geekygirl Notebook Consultant

    Reputations:
    145
    Messages:
    257
    Likes Received:
    0
    Trophy Points:
    30
    sorry...but an .exe file?!! If there was an .exe file I would ask why someone was running the Windows release of a game that has a native Linux client on a Linux install!! ;)

    This is the Linux part of the forum.... :p
     
  5. brncao

    brncao Notebook Evangelist

    Reputations:
    541
    Messages:
    570
    Likes Received:
    5
    Trophy Points:
    31
    Distro: Mint (32-bit)

    I downloaded it from games.on.net and it was in a zip file so I unzipped it to /home/brian/games/ which created the folder "alienarena2009". So now I'm wondering how you would install it from there.
     
  6. Saisei

    Saisei Notebook Deity

    Reputations:
    108
    Messages:
    869
    Likes Received:
    1
    Trophy Points:
    31
    Im must apologize, i haven't use linux in a long time so i dont remember the exact name of the file type. :(
     
  7. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Open the folder and look. Tell us what's in it if you can't figure it out.
     
  8. gdansk

    gdansk Notebook Deity

    Reputations:
    325
    Messages:
    728
    Likes Received:
    42
    Trophy Points:
    41
    Usually there is a executable or a shell script (.sh) to start the game. Just make sure you've given it execute permissions [right click -> Properties -> Permissions (tab) -> Execute (check)] then double click it.
     
  9. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    i assume this is a joke, so lol?
     
  10. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    Don't worry about installing it. Just change to the unzipped directory that contains the program files, (alienarena2009), and run the executable. Maybe like this;
    Code:
    cd /home/brian/games/alienarena2009
    ./crx
    If that doesn't work try the sdl executable;
    Code:
    ./crx.sdl
    If you get this error;
    Code:
    error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory
    Then you need to install a couple of libraries with;
    Code:
    sudo aptitude install openal libcurl3
    and then try running the executable again.

    LinuxQuestions thread about Alien Arena 2009 on Ubuntu
    Ubuntu thread for Alien Arena
    Ubuntu Instructions for compiling Alien Arena 32bit
    Ubuntu Instructions for compiling Alien Arena 64bit

    BTW, the easiest way to install programs in Linux is via the package manager for your distro. Since you mention you're running Mint, I assume synaptic is your package manager, and folks in the Ubuntu forums mention that Aliena Arena is available via synaptics, but it may be the older version. If it is available, and it is the version you want, you should delete what you downloaded and unzipped, and install it via synaptics. It will be much easier to install, run, and most of all, maintain.

    Good Luck..
     
  11. joeelmex

    joeelmex Notebook Evangelist

    Reputations:
    229
    Messages:
    518
    Likes Received:
    1
    Trophy Points:
    31
    Just go to this web page. This will become your best friend.

    http://gwos.org/doku.php/guides:start

    Jas posted the direct link to guide of Alien Rena all-ready. You should book mark this web page.
     
  12. pixelot

    pixelot Notebook Acolyte

    Reputations:
    3,732
    Messages:
    6,833
    Likes Received:
    0
    Trophy Points:
    205
    You should also be able to install Alien Arena through the Add/Remove Programs dialogue... is this Ubuntu? :rolleyes: :)
     
  13. brncao

    brncao Notebook Evangelist

    Reputations:
    541
    Messages:
    570
    Likes Received:
    5
    Trophy Points:
    31
    It doesn't look like synaptic has the latest version of alien arena. It says v7.0.1 (alien arena 2008). The latest version is 7.30 (alien arena 2009).

    @jas: I followed your instructions up to the point where I type in ./crx, but I got an error message

    "couldn't exec config.cfg"

    I've installed the libraries as well.
     
  14. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    Have you tried the repo's version? It's a possibility that the game will auto-patch itself to the latest version.
     
  15. joeelmex

    joeelmex Notebook Evangelist

    Reputations:
    229
    Messages:
    518
    Likes Received:
    1
    Trophy Points:
    31
    I think they submitted the repo into a bug, because it had an outdated version of alien arena. I think thats why I installed it manually, but I had 0 issues other then i was missing some libs. Funny thing I don't even play it no more. I play to many other games now. LoL..