Extract RAR files in Linux

Source: Internet
Author: User
Huawei Software Park: http://www.onlinedown.net/soft/3.htm
Rarlinux Official Website: http://www.rarsoft.com/download.htm tar-zxvf rarlinux-3.8.0.tar.gz // extract tar.gz files first
Cd rar // directly CD to the corresponding folder
Su root // use root permission
Make // If the prompt is that the permission is insufficient, Su root will obtain the highest permission
Make install congratulations on your installation. Finally, extract the RAR file using rarlinux
Unrar e filesname.rar in fact, double-click the RAR file at this time, and you can use the compressed file manager to open it. Appendix, rarlinux command line usage: view the documentation in the compressed package $ RAR l xxx.rar or $ RAR v xxx.rar view the documentation in the compressed package (see only the Documentation) $ rar lb xxx.rar or $ rar vb xxx.rar view the documents in the compressed package (detailed information) $ RAR lt xxx.rar or $ rar vt xxx.rar ============================== ==================
Decompress the package content to the current directory $ RAR e xxx.rar and decompress the package content to the specified directory, for example, under/home/yxd/tmp/$ RAR e xxx.rar/home/yxd/tmp/, compress the content of the compressed package to the specified directory, for example, under/home/yxd/tmp, path $ RAR x xxx.rar/home/yxd/tmp/======================== ==============================
Compresses a specified document, such as AAA, with a default compression rate of $ rar a xxx.rar AAA. For example, AAA, use the maximum compression rate $ rar a-M5 xxx.rar AAA to compress any document in the specified directory, for example, any document under the DDD directory $ rar a xxx.rar DDD/compresses any document under the specified directory, for example, any document under the DDD directory and any sub-directory $ RAR a-r xxx.rar DDD/compresses any document under the specified directory, such as any document under the DDD directory and any sub-directory, but it does not contain the empty directory $ rar a-R-ed xxx.rar DDD/compresses any documents in the specified directory, such as the DDD directory, and compresses the directories together, including subdirectory $ rar a xxx.rar ddd

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.