I have used ubuntu for a while and Kylin feels good, but there are many things that need to be installed. How to decompress the rar file that I just downloaded? ?
Next, let’s talk about installation & command usage
First we need to install the rar decompression tool
Compression command
installation
sudo apt-get install rar
Uninstall
sudo apt-get remove rar
There are many commands here, let's see what you want! This shows that the compression has been installed
Unzip command
installation
sudo apt-get install unrar
Uninstall
sudo apt-get remove unrar
If you enter a command after the installation is complete, if there is a helpful command, the installation is successful.
Explain which option is needed
winrar tool, feel good
https://www.rarlab.com/download.htm
Recommended Posts