Results 1 to 5 of 5

Thread: how to unpack the tarball?

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    30

    how to unpack the tarball?

    I know how to compile it from scratch but I can't get into the file. I guess I don't know what a .bz2 file is? Can someone help? I have tried tar with just -xf and also tar with -x --gunzip -f but niether work.

  2. #2
    Developer
    Join Date
    Jun 2003
    Posts
    446
    is your friend

    the answer is just a few posts below your's (here):
    You need to make sure to untar the tarball into it's own directory. It should not be untarred over another directory.

    So, yes. wipe your old showeq directory and untar.

    Here's an example:


    code:--------------------------------------------------------------------------------
    $ cd ~
    $ rm -fr showeq
    $ tar xjvf ShowEQ-4.3.9.tar.bz2
    $ cd showeq
    $ make -f Makefile.dist
    $ ./configure
    $ make
    $ make install
    --------------------------------------------------------------------------------


    Enjoy,
    Zaphod (dohpaZ)

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    30
    That solved it. I did have it in its own directory and had wiped the previous one. I think using your switches is what did it. Sorry for making you answer something that had been answered but Im happy as its working.

    thanks again.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    63
    funny you should mention it, but i just used KDE's visual file manager and opened it like a folder, then drug out the contents. it handled the decompression for me. (kde 3, mandrake 9.1)

  5. #5
    Registered User
    Join Date
    Dec 2001
    Posts
    246
    I also downloaded and put the file where I wanted in KDE then right clicked and [Extract here...] and everything worked fine.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On