Home > Article > Operation and Maintenance > What are the commands to install zip under linux?
The commands to install zip in Linux are: 1. "yum install zip" command, which can install the zip compression program. The compressed file suffix is ".zip"; 2. "yum install unzip" command, which can Install the unzip decompression program to decompress ".zip" compressed files.
#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.
Install the zip decompression function under Linux
1. Install zip
zip is a widely used Compression program, the compressed file suffix is .zip
.
Command:
yum install zip
Enter zip
2. Installation unzip
unzip is a widely used decompression program that can decompress .zip
compressed files.
Command:
yum install unzip
Enter unzip
Related recommendations: "Linux Video Tutorial》
The above is the detailed content of What are the commands to install zip under linux?. For more information, please follow other related articles on the PHP Chinese website!