Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How to compile this file "xxxxxxxxxx.tar.bz2"...
I am using tar xzvf option ... but it says file is not gzip format....
so , is there any other way to unzip this file....any help would be appreciate...
To clarify: bzip2 is more memory and CPU intensive to compress and decompress than gzip2, but tends to result in smaller file sizes.
Unlike the ZIP format, tarballs are uncompressed archives, hence the use of .bz2 or .gz compression, which compresses the entire archive file (including its headers), instead of compressing each file seperately.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.