Home > Article > Operation and Maintenance > How to open compressed files in rar format on linux system
Many Linux systems cannot decompress compressed files in rar format by default. You can manually install unrar to decompress them.
Download the software, search rar for Linux in the browser, and click the first link.
Click the Download Now button in the upper left corner of the web page
Related learning video tutorial sharing: Linux video tutorial
On the pop-up page, choose to download according to the number of bits of your system, and then jump to the automatic download page.
After downloading, unzip the file
Enter the decompressed directory and install it, like this You can use the rar command just like any other command.
Installation command:
sudo make install
After the installation is completed, you can use the rar and unrar commands.
Recommended related articles and tutorials: linux tutorial
The above is the detailed content of How to open compressed files in rar format on linux system. For more information, please follow other related articles on the PHP Chinese website!