Generally through the default installation of Ubuntu can not extract RAR files, only after the installation of RAR decompression tool, can be decompressed. In fact, the installation of RAR decompression tool under Ubuntu is very simple, only need two steps can be quickly done.
Ubuntu under RAR Decompression Tool installation Method:
Compression function
Installing sudo apt-get install rar
Uninstalling sudo apt-get remove rar
Decompression function
Installing sudo apt-get install Unrar
Uninstalling sudo apt-get remove Unrar
. zip
Decompression: Unzip Filename.zip
Compression: Zip Filename.zip DirName
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~
. rar
Decompression: rar x Filename.rar
Compression: rar a Filename.rar DirName
RAR please to: http://www.rarsoft.com/download.htm download!
After extracting, copy the rar_static to the/usr/bin directory (other directories specified by the $PATH environment variable are also available):
[email protected] tmp]# CP Rar_static/usr/bin/rar
Ubuntu decompression rar File