Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: How do you install Tar.gz software...?

  1. #11
    Join Date
    Apr 2012
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do you install Tar.gz software...?

    Quote Originally Posted by robertcoulson View Post
    Extracted the files and double clicked and it opened ok but don't know how to install it on my computer.
    I am downloading it now. As soon as I have it I will tell you how to install it, will take a few minutes..............
    There is always a way, but it might not be the best way, or your way!

  2. #12
    Join Date
    Jul 2009
    Location
    Ontario, Canada
    Beans
    Hidden!

    Re: How do you install Tar.gz software...?

    Thanks for your help guys...I will just have to live the extracted files in a folder and double click on it to open it, even if I can't down load it.

    Thanks again
    The question is more important than the answer...

  3. #13
    Join Date
    Apr 2012
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do you install Tar.gz software...?

    Quote Originally Posted by robertcoulson View Post
    Thanks for your help guys...I will just have to live the extracted files in a folder and double click on it to open it, even if I can't down load it.

    Thanks again
    I have it half downloaded now. In a few minutes I will tell you how to install it, just a little patience.........................
    There is always a way, but it might not be the best way, or your way!

  4. #14
    Join Date
    Jul 2009
    Location
    Ontario, Canada
    Beans
    Hidden!

    Re: How do you install Tar.gz software...?

    patience...I have lots of traditionalist
    The question is more important than the answer...

  5. #15
    Join Date
    Jun 2007
    Beans
    17,337

    Re: How do you install Tar.gz software...?

    You really don't need to install, just place the folder wherever you wish & create a launcher
    If you are using unity you can do something like this, adjust blue to match your path exactly, & find yourself a decent icon somewhere, attaching a crappy one, if you now gimp could be improved or use whatever you want

    For Icon= use full path or place the icon in /usr/share/pixmaps & just use name, no extension

    For unity - replace blue to match your path exactly
    Code:
    gedit ~/.local/share/applications/slicer.desktop
    Code:
    [Desktop Entry]
    Type=Application
    Version=1.0
    Name=Slicer
    Comment=Whatever you want
    Exec=/home/doug/Downloads/Slicer-4.1.0-linux-amd64/Slicer %U
    Categories=Application;Education;Science;
    Icon=/home/doug/Pictures/3DSlicer.png
    Path=/home/doug/Downloads/Slicer-4.1.0-linux-amd64/
    StartupWMClass=SlicerQT-real
    Then just browse to ~/.local/share/applications/ & drag to launcher or after a log out in open the Dash > apps menu > search or 'Filter > science and ...
    Attached Images Attached Images

  6. #16
    Join Date
    Jul 2011
    Beans
    1

    Re: How do you install Tar.gz software...?

    You probably want to unzip/uncompress the downloaded file before continuing.
    From your terminal, navigate to the folder that has the downloaded file then type in
    Code:
    tar -zxvf backup.tar.gz
    Now access the uncompressed folder and try to find a script for installing the application or a README file with more information.

    Hope that helps.
    Last edited by zkhalapyan; June 3rd, 2012 at 01:38 AM. Reason: Grammar.

  7. #17
    Join Date
    Jul 2009
    Location
    Ontario, Canada
    Beans
    Hidden!

    Re: How do you install Tar.gz software...?

    That's exactly what I have done...OK, that will work for me.

    Thanks guys
    The question is more important than the answer...

  8. #18
    Join Date
    Jun 2012
    Beans
    5

    Re: How do you install Tar.gz software...?

    A tar.gz file normally contains source code that you need to compile before being able to run the software. While some people extract these files from the terminal, I just use the archive manager.

    1. Double click the tar.gz
    2. Extract it
    3. Open into the terminal
    4. Type:
    cd [folder where you extracted files]
    5. Type: ls
    6. If you see:

    * A readme file:

    Open it and follow instructions

    *configure:

    Type: ./configure
    If everything goes successfully, type make. If not, download the correct dependencies (the configure program will tell you)

    * makefile:

    Type: make
    Then try: sudo make install

    I hope that's helpful

  9. #19
    Join Date
    Jul 2009
    Location
    Ontario, Canada
    Beans
    Hidden!

    Re: How do you install Tar.gz software...?

    Thanks linux653

    I will try that to see if it will install on my drive.

    Thanks
    The question is more important than the answer...

  10. #20
    Join Date
    Apr 2012
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How do you install Tar.gz software...?

    Quote Originally Posted by robertcoulson View Post
    patience...I have lots of traditionalist
    That archive contains a directly executable file.

    OK. Make a folder called "Slicer".

    Copy the archive into it, and then click on the archive. Select "extract here".

    If you now click on "Slicer" the executable file in that folder;



    the program will run;



    that was it.

    Please take note, the above is not always the case. Zipped files like a tar.gz may contain all sorts of things.

    You can get some training stuff for that program here;

    http://www.slicer.org/slicerWiki/ind...er3.6:Training

    It's a little bit more than a microscopy program!
    Last edited by traditionalist; June 3rd, 2012 at 01:50 AM.
    There is always a way, but it might not be the best way, or your way!

Page 2 of 3 FirstFirst 123 LastLast

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
  •