Results 1 to 5 of 5

Thread: how to install s/w not from repo?

  1. #1
    Join Date
    Nov 2009
    Beans
    8

    how to install s/w not from repo?

    hi all,
    I've been using Linux for a while but have always installed s/w using the GUI.

    now I want to install some image stacking s/w called Starstax but this is not in the repo but you have to download a .tgz file.

    here's the download\install instructions: http://www.markus-enzweiler.de/StarS....html#download

    is there a "correct" way to do this? should I download the file and run a terminal command to unzip? also should I unzip to a specific location?

    thanks for any help!

  2. #2
    iMac71 is offline Gee! These Aren't Roasted!
    Join Date
    Dec 2012
    Beans
    166

    Re: how to install s/w not from repo?

    the easiest way is the following:
    1) download the file (pay attention to the architecture, i.e. x86 or amd64, and to the Ubuntu version, i.e. 10.04 or 12.04);
    2) open a Terminal window and type:
    Code:
    cd Downloads
    tar -xvzf filename
    where filename is the name of the file you've just downloaded;
    3) during the extraction process it will be created a new directory the name of whom is the same of the file you've downloaded, but without .tgz
    4) when the extraction process will be completed, type:
    Code:
    cd dirname
    where dirname is the name of the directory;
    5) finally, type:
    Code:
    ./StartStaX

  3. #3
    Join Date
    Oct 2008
    Beans
    3,509

    Re: how to install s/w not from repo?

    I don't think it needs to be placed in any particular directory to run.
    Just right click on the .tgz file and choose Extract Here.
    Then just click on the startStarStaXLinux.sh and choose run.
    Attached Images Attached Images
    Last edited by stinkeye; January 11th, 2013 at 11:11 AM.

  4. #4
    Join Date
    Nov 2009
    Beans
    8

    Re: how to install s/w not from repo?

    thanks for the quick replies guys!

    so it is ok to just unzip and run from the downloads folder? I guess I was wondering if I should unzip it elsewhere like /usr or /opt maybe?

  5. #5
    iMac71 is offline Gee! These Aren't Roasted!
    Join Date
    Dec 2012
    Beans
    166

    Re: how to install s/w not from repo?

    Quote Originally Posted by trisgti View Post
    thanks for the quick replies guys!

    so it is ok to just unzip and run from the downloads folder? I guess I was wondering if I should unzip it elsewhere like /usr or /opt maybe?
    you can move the archive to another folder, e.g. your home folder, by dragging the archive icon in that folder and unzip in it the archive itself.
    The unzip process creates a new folder that contains the StartStaX files; just double click on the icon of the new folder and then double click on the icon of StartStaX.sh.
    The above is the GUI version of what I wrote in my previous post: it's to you to choose what way you like more

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •