feelexit 发表于 2003-12-16 12:53:20

how to uncompress the .bz2 ?

i download the php 4.3.4, but its .bz2 file.
i dont know how to uncompress it.

which command i should use
thanx.

felix 发表于 2003-12-16 13:07:52

tar -xvjpf ??????.bz2

jarson 发表于 2003-12-16 14:17:39

tar jxvf file.tar. bz2

我心狂野 发表于 2003-12-21 11:51:43

也可以
bzip2file.tar.bz2   得到file.tar
tar   file.tar

shitian8848 发表于 2003-12-21 21:53:47

bunzip2 *.bz2
页: [1]
查看完整版本: how to uncompress the .bz2 ?