15 May, 2011

how to open tar.bz2 files ?

To extract a TAR.BZ2 file open up a console and type:

Code:
tar jxvf nameOfTarfile.tar.bz2 

0 comments: