Downloaded a .bz2 file at my linux box, and looking to extract .bz2 file. In Mac, i just need to double click on .bz2 file and it will extract automatically. With no GUI, i need to look for some command to extract .bz2 file in my Linux box.
To extract .bz2 file in Linux, follow the steps below:-
Advertisements
- Go to terminal and enter command below to extract .bz2 file:-
123$ bunzip2 myfile.bz2</li><li>If you have .tar.bz2 file then you can use the command below to extract the file:-<pre>tar xjvf myfile.tar.bz2
Related posts:
Install eAccelerator to Optimize PHP performance
Secure file transfer thru scp in Mac and Linux
Debian: "There is no public key available for the following key IDs"
How to force quit program in Mac OS X
How to send email using different profile in Apple Mail
How to merge pdf file in Mac OS X using Preview
How to delete call history in Skype
How to setup SSH without password
Share this with your friends:-