Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to decompress rar file correctly under Linux

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "how to extract the rar file correctly under Linux", the content of the explanation in the article is simple and clear, easy to learn and understand, the following please follow the editor's train of thought slowly in depth, together to study and learn "how to extract rar file correctly under Linux"!

Installation

# tar-zxvf rarlinux-x64-5.0.0.tar.gz

# mv rar / opt/

# cd / opt/rar/

# make & & make install

Use:

1. Rar command

Rar a test.rar file1 file2 # compression

2. Unrar command

Unrar e test.rar DestPath # unzip (when unzipping the contents of the current package into the current directory, it is easy to mix the unzipped content with the original files of the current directory, which is not easy to distinguish and is not recommended)

Unrar x test.rar DestPath # decompression (a directory named with the name of the compressed package will be generated in the current decompression directory. The directory contains the extracted contents. Recommended)

Thank you for your reading, these are the contents of "how to extract rar files correctly under Linux". After the study of this article, I believe you have a deeper understanding of how to correctly extract rar files under Linux. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report