LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 961|回复: 3

bzip2 after decompressing ,where do i can find the file?

[复制链接]
发表于 2009-9-22 15:41:45 | 显示全部楼层 |阅读模式
bzip2 after decompressing ,where do i can find the file?
发表于 2009-9-23 06:56:34 | 显示全部楼层
Please describe more clearly what kind of file did you decompress.

xxx.tar.bz2 or xxxx.diff.bz2 or what?

Who knows?  If you raise a question but nobody can understand, the answer is simple: - No one can help you.
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-9-23 18:38:20 | 显示全部楼层
thank you,
There are so many distinuish of them !
only the tar.bz2
回复 支持 反对

使用道具 举报

发表于 2009-9-23 19:40:52 | 显示全部楼层
Usually this sort of tar.bz2 (a.k.a. tarball) is a package of source codes.  You may need to use compiler to compile the source codes to build your software.  Of course, you must satisfy the relevant dependencies before you may proceed.

I am not sure what command you have issued to decompress the tarball.  If you use bzip2 -d, then you should end up with a tarball end with .tar, which means you need to use tar xf xxxxxx.tar to unpack the .tar file.

Alternatively, you can simply run tar xf xxxxxxx.tar.bz2 to decompress it.  You should see a new directory containing the source codes.
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表