Install the 7zip compression and decompression software on rhel6.0yum
Source: Internet
Author: User
Rhel6.0yum installation and installation of 7zip compression and decompression software 7-Zip is a high compression ratio archiving format 7z manager, unfortunately only used for Windows platforms. In fact, 7-zip is also available in linux, but it is not called 7-zip, but P7ZIP. Www.2cto.com # yum...
Rhel 6.0 yum installation and installation of 7zip compression and decompression software 7-Zip is a high compression ratio archiving format 7z manager, unfortunately only used for Windows platforms.
In fact, 7-zip is also available in linux, but it is not called 7-zip, but P7ZIP. Create a compressed package for www.2cto.com # yum install p7zip P7ZIP: 7za a-t7z test.7z *. this command compresses all files in the directory into test.7z. Uncompress the package: 7za X test.7z. This command is used to extract files from test.7z. You can use-t to specify the compression format. For more information, run the command: 7za-help. In addition, we recommend that you use X instead of e 7za X test.7z to decompress the file.
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.