I just find tar, unzip, bunzip2, 7z, unrar, gunzip, all do not work for bz2 files.
Is there a simple method to do that?
Or where can I download a rpm file to install?

有帮助吗?

解决方案

bunzip2 should work flawlessly, as should the -j option to tar. If they don't, you're doing something wrong, and should post the command line plus the error message.

If in doubt, run file on the archive to make sure it actually is compressed in bz2 format (and not just named like that).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top