How to compress and decompress files in various formats in Linux

Source: Internet
Author: User
Tags rar unpack

Tar
 
Unpack: Tar xvf filename.tar
 
Unpack: Tar xvf filename.tar
 
(Note: tar is packed, not compressed !)
 
---------------------------------------------
 
. GZ
 
Decompress 1: gunzip filename.gz
 
Decompress 2: gzip-D filename.gz
 
Compression: gzip filename
 
. Tar.gz
 
Decompress: Tar zxvf filename.tar.gz
 
Compression: Tar zcvf filename.tar.gz dirname
 
---------------------------------------------
 
. Bz2
 
Decompress 1: Bzip2-D filename.bz2
 
Decompress 2: bunzip2 filename.bz2
 
Compression: Bzip2-Z filename
 
. Tar.bz2
 
Decompress: Tar jxvf filename.tar.bz2
 
Compression: Tar jcvf filename.tar.bz2 dirname
 
---------------------------------------------
 
. BZ
 
Extract 1: Bzip2-D filename. bz
 
Decompress 2: bunzip2 filename. bz
 
Compression: Unknown
 
. Tar. bz
 
Decompress: Tar jxvf filename.tar. bz
 
Compression: Unknown
 
---------------------------------------------
 
. Z
 
Decompress: uncompress filename. Z
 
Compression: compress filename
 
. Tar. Z
 
Decompress: Tar zxvf filename.tar. Z
 
Compression: Tar zcvf filename.tar. Z dirname
 
---------------------------------------------
 
. Tgz
 
Decompress: Tar zxvf filename. tgz
 
Compression: Unknown
 
. Tar. tgz
 
Decompress: Tar zxvf filename.tar. tgz
 
Compression: Tar zcvf filename.tar. tgz filename
 
---------------------------------------------
 
. Zip
 
Decompress: unzip filename.zip
 
Compression: Zip filename.zip dirname
 
---------------------------------------------
 
. RAR
 
Decompress: rar a filename.rar
 
Compression: R ar e filename.rar
 
RAR please go to: http://www.rarsoft.com/download.htm
Download
!
 
After decompression, copy rar_static to the/usr/bin directory (Other Directories specified by the $ PATH environment variable can also be used ):
 
[Root @ www2 TMP] # cp rar_static/usr/bin/RAR
 
---------------------------------------------
 
. Lha
 
Decompress: LHA-e filename. LHA
 
Compression: LHA-a filename. LHA filename
 
For LHA, visit http://www.infor.kanazawa-it.ac.jp /...... /Lhaunix/
Download
!
 
> After decompression, copy LHA to the/usr/bin directory (Other Directories specified by the $ PATH environment variable can also be used ):
 
[Root @ www2 TMP] # cp LHA/usr/bin/
 
---------------------------------------------
 
. Rpm
 
Unpack: rpm2cpio filename. RPM | cpio-Div
 
---------------------------------------------
 
. Tar. tgz .tar.gz. Tar. Z. Tar. BZ .tar.bz2. Zip. cpio. rpm. Deb. SLP. ARJ. rar. Ace. LHA. lzh
 
. LZX. LZs. Arc. SDA. SFX. lnx. Zoo. Cab. kar. CPT. Pit. Sit. Sea
 
Decompress: Sex x filename .*
 
Compression: Sex a filename. * filename
 
Sex only calls related programs and does not support compression or decompression. Please note!
 
Sex to: http://sourceforge.net/projects/sex
Download
!
 
After decompression, copy sex to the/usr/bin directory (Other Directories specified by the $ PATH environment variable can also be used ):
 
[Root @ www2 TMP] # cp sex/usr/bin/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.