Ready to upload a 21G file from the Windows platform to the Linux server, ready to use WinRAR compression software to compress the file into a zip format, because the zip can not compress more than 4G files, so can only use RAR format, but the Linux server to support the decompression RAR file, Third-party Rarlinux decompression software must be installed, specifically:
wget http://www.rarsoft.com/rar_CN/rarlinux-3.9.3.tar.gz
Download direct, unzip, go to directory, run directly
Make
Run again
Make install
After the installation is successful, the RAR--help will be run error
RAR:/lib/libc.so.6:version ' glibc_2.7 ' not found (required by RAR)
Need to add global variables
# cp-f Rar_static/usr/local/bin/rar
Cp:overwrite '/usr/local/bin/rar '? Y
Then you can run RAR--help without errors.
To this RAR software installation is complete.
Finally, unzip the file.
RAR x All.rar
The command is to extract the All.rar compressed files.