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: ...
- 12-17-2009 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 3
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
- 12-17-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google: what is a .tar.bz2.sig fileCode:bzip2: (stdin) is not a bzip2 file
...whether the signature file matches the source file...


Reply With Quote