PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : tar.bz2 entpacken?



ganesch
27.05.05, 22:49
Hallo,

ich versuche verzweifelt eine tar.bz2-Datei zu entpacken.

$ tar jxvf ghostscript-8.51.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error exit delayed from previous errors

Was is s denn, wenn's kein bzip2-File ist?

nwin5u
27.05.05, 22:56
versuchs mal mit:

tar vxfj name.tar.bz2

mfg. da niko

fehl-x
27.05.05, 22:57
wo kommt denn die datei her? vielleicht kannst du über die md5 summe feststellen, ob die datei, durch einen fehler beim download, fehlerhaft ist.
#md5sum <file>
felix

Freekazonid
27.05.05, 23:11
bzip2: (stdin) is not a bzip2 file.

Was is s denn, wenn's kein bzip2-File ist?




file ghostscript-8.51.tar.bz2

ganesch
28.05.05, 00:18
$ file ghostscript-8.51.tar.bz2
ghostscript-8.51.tar.bz2: HTML document text

:confused:

ganesch
28.05.05, 00:20
Jetzt hab ich mir's nochmal von sourceforge runtergezogen und siehe da

$ file ghostscript-8.51.tar.bz2
ghostscript-8.51.tar.bz2: bzip2 compressed data, block size = 900k

:D
Danke für die Anregungen!

olli_04
28.05.05, 16:17
Hiermit gehts auch:

$ bzcat file | tar -xvf -