Results 1 to 8 of 8

Thread: [SOLVED] tar files

  1. #1
    Join Date
    Sep 2007
    Location
    34 miles from Nowhere, OK
    Beans
    56
    Distro
    Ubuntu 16.04 Xenial Xerus

    Question [SOLVED] tar files

    how do i install a tar i read the thing in the help and it said to type the stuff in a terminal so i did and it said no such file or directory exists. how do i do this becouse i think i'm doing it wrong. i need moron instructions im not that good with techno bable. i would apritiate any help possible.
    My other forum signature has a witty pun here.

  2. #2
    Join Date
    Jul 2007
    Location
    Saint-Petersburg, Russia
    Beans
    79

    Re: tar files

    That would be difficult to understand what' going wrong without the aid of telepatics . Please, post more details.
    If you are installing something from a .tar.bz2, you have probably stuck at the stage of extracting the archive contents.
    By the way, what application is this? If it's in repositories, that would be much simpler to install.

  3. #3
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: tar files

    It might be easier to go to Places->Home Folder, locate the thing you downloaded and double click on it. That should bring up an application that can extract the archive for you.
    Don't try to make something "fast" until you are able to quantify "slow".

  4. #4
    Join Date
    Sep 2007
    Location
    34 miles from Nowhere, OK
    Beans
    56
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: tar files

    first: the files are .tgz and second: my computer is not connected to the internet. every file sent to it is sent via usb drive and i'll try the clicking on it i dont know why i didn't try that in the first place.
    Last edited by luckymoonboy1; May 20th, 2008 at 02:14 PM.
    My other forum signature has a witty pun here.

  5. #5
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: tar files

    I believe that files that end with .tgz are actually just files that are .tar.gz. Once you've downloaded them, finding them in the normal file manager should work fine.
    Don't try to make something "fast" until you are able to quantify "slow".

  6. #6
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

    Re: tar files

    Files with extension tar.gz or .tgz are tar files compressed with gzip. In Ubuntu extract them with:

    tar xvzf file.tar.gz
    tar xvzf file.tgz

    Remove the "z" if it's just a plain tar file, replace it with a "j" for .tar.bz

    Hope this helps.......

  7. #7
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: tar files

    How to install anything in Ubuntu : http://monkeyblog.org/ubuntu/installing.html

  8. #8
    Join Date
    Sep 2007
    Location
    34 miles from Nowhere, OK
    Beans
    56
    Distro
    Ubuntu 16.04 Xenial Xerus

    Smile Re: tar files

    thanks every one fro trying to help and thanks BingoUV for the guide to installation it will help with many more problems as well. Thanks all For your help!
    My other forum signature has a witty pun here.

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
  •