Tuesday, July 26, 2011

How to extract the .tar.bz2 file


Launch your terminal, access the directory containing your file using the "cd" command, then issue this command:

tar -xjf filename.tar.bz2

No comments:

Post a Comment