Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 83

Thread: How to untar.gz and bz2 files easily in terminal

  1. #41
    Join Date
    Apr 2010
    Location
    London, UK
    Beans
    125
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to untar.gz and bz2 files easily in terminal

    OK we still didn't get to the right place.... try

    Code:
    cd ~/Desktop
    Code:
    ls -l
    and post the output please
    Last edited by bance; July 27th, 2010 at 12:30 PM. Reason: changed dir

  2. #42
    Join Date
    Nov 2009
    Beans
    93
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to untar.gz and bz2 files easily in terminal

    Quote Originally Posted by bance View Post
    OK we still didn't get to the right place.... try

    Code:
    cd ~/Downloads
    Code:
    ls -l
    and post the output please
    New output :

    matt@matt-laptop:~$ cd ~/Downloads
    matt@matt-laptop:~/Downloads$ ls -l
    total 0
    matt@matt-laptop:~/Downloads$
    Last edited by Mat11; July 27th, 2010 at 12:31 PM.

  3. #43
    Join Date
    Nov 2009
    Beans
    93
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to untar.gz and bz2 files easily in terminal

    Thought i might mention i use Bleach bit as root sometimes.
    Have to leave my comp till this evening thanks for all so far.

    Matt

  4. #44
    Join Date
    Oct 2008
    Beans
    208
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to untar.gz and bz2 files easily in terminal

    Quote Originally Posted by Mat11 View Post
    New output :

    matt@matt-laptop:~$ cd ~/Downloads
    matt@matt-laptop:~/Downloads$ ls -l
    total 0
    matt@matt-laptop:~/Downloads$
    Sorry to but in, but...

    Didn't you say earlier the archive was in a folder called 'game' on the desktop? If so, you'll want to go
    Code:
    cd ~/Desktop/game/
    and then use ls -l... Also, remember that while typing almost anything on the terminal press tab to autocomplete - The computer will look for files and programs that match what you've already typed. E.g. if you typed cd ~/Desk and pressed tab, the terminal would fill in the rest to give you Desktop. Good for long filenames like what you downloaded.

    Also, just a question, but why are we trying to use the terminal? I'm all for learning to use it, but if it's giving so much trouble then using the graphical way would be much easier.
    Ubuntu isn't perfect, but neither are we.
    "Life is a dangerous activity. One hundred percent of participants end up dead."
    Symlinks to hard links | Ultimate Minecraft

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

    Re: How to untar.gz and bz2 files easily in terminal

    laptop:~$ cd ~/Desktop/naev-0.4.2
    matt@matt-laptop:~/Desktop/naev-0.4.2$
    Sure looks like you already extracted the orig. tar.bz2, where the orig. archive is, if anywhere, well, only you would know....

  6. #46
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How to untar.gz and bz2 files easily in terminal

    If you're running a graphical environment, sod using the terminal to untar. Right click > extract here. Couldn't be simpler.

  7. #47
    Join Date
    Nov 2009
    Beans
    93
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to untar.gz and bz2 files easily in terminal

    Quote Originally Posted by Paqman View Post
    If you're running a graphical environment, sod using the terminal to untar. Right click > extract here. Couldn't be simpler.
    I've extracted the tar using right click on Desktop but how to i run it in terminal and get it going so it shows up in application games.How do i run it ? I'm still unable to untar files in terminal.!! My files are set to custom in appearance and when i try to enable the access file to enable read and write the folder resets/reverts itself back to the double dash (--)
    just want to get the game going then i'll try to update the hp driver.

  8. #48
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How to untar.gz and bz2 files easily in terminal

    Quote Originally Posted by Mat11 View Post
    I've extracted the tar using right click on Desktop but how to i run it in terminal and get it going so it shows up in application games.How do i run it ?
    Make sure the executable file is set to be executable. Right click > Properties > Permissions and check the box for "allow executing as a program". To add it to a menu go to System > Preferences > Main Menu and add an entry pointing to that executable.

  9. #49
    Join Date
    Jan 2008
    Beans
    Hidden!

    Re: How to untar.gz and bz2 files easily in terminal

    Heh. Funny coming across this (I'm one of NAEV's developers). If you got the tarball from the Google Code site, it's probably a source tarball - You'd have to compile it yourself.

    If you're running 32-bit Ubuntu, you should download this (the binary) and the game data.

    By the way, NAEV is also packaged by PlayDeb - see here. It should be easier to install for you. On their main page they also have instructions on installing their software.

  10. #50
    Join Date
    Nov 2009
    Beans
    93
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: How to untar.gz and bz2 files easily in terminal

    Quote Originally Posted by Paqman View Post
    Make sure the executable file is set to be executable. Right click > Properties > Permissions and check the box for "allow executing as a program". To add it to a menu go to System > Preferences > Main Menu and add an entry pointing to that executable.
    I wasn't aware i had to double click on the bottom bar as im new to linux have the tick now.

Page 5 of 9 FirstFirst ... 34567 ... LastLast

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
  •