tar.gz and tar.bz2 Unzip command
Download to Linux source package on the network is mainly tar.gz and tar.bz2 Compressed format, part of it is zip
decompression tar.gz The order is
tar -zxvf xx.tar.gz
decompression tar.bz2 My orders are
tar -jxvf xx.tar.bz2
Unzip tool is used to unzip