Find the answer to your Linux question:
Results 1 to 2 of 2
I have a file ending .tar.bz2.sig I tried: sudo tar -xvjf freetype-2.3.11.tar.bz2.sig -C /usr/local/src/ but it returned: bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    3

    Question extracting a .tar.bz2.sig file

    I have a file ending .tar.bz2.sig

    I tried:

    sudo tar -xvjf freetype-2.3.11.tar.bz2.sig -C /usr/local/src/


    but it returned:

    bzip2: (stdin) is not a bzip2 file.
    tar: Child returned status 2
    tar: Exiting with failure status due to previous errors

    I have installed GNU Make but I am now stuck, any ideas?

    Thanks

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Code:
    bzip2: (stdin) is not a bzip2 file
    Google: what is a .tar.bz2.sig file

    ...whether the signature file matches the source file...

Posting Permissions

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