Under the Windows platform compressed into the RAR file, how to decompress under the Linux platform, Linux platform is not supported by default RAR file decompression, the need to install the Linux version of the RAR compression software, download address: http://www.rarlab.com/ Download.htm currently the latest version is 4.1.1, after the download after decompression, into the RAR directory, run make instructions to install, the installation process is as follows: [Root@hbserver rar]# make
Mkdir-p/usr/local/bin
Mkdir-p/usr/local/lib
CP rar Unrar/usr/local/bin
CP Rarfiles.lst/etc
After the CP Default.sfx/usr/local/lib was installed, the following error occurred while running the RAR directive: [Root@hbserver rar]# rar
RAR:/lib/libc.so.6:version ' glibc_2.7 not found (required by RAR) is not a GLIBC version of the problem, do the following to solve the problem: CP rar_static/usr/ Local/bin/rar then run the RAR directive without error. RAR e Aa.rar will aa.rar compressed files to the current directory, a AA file contains no directory. RAR x Aa.rar will aa.rar compressed files to the AA directory, and maintain the original compression of the first AA file directory organization structure.
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.