📅  最后修改于: 2022-03-11 14:49:34.460000             🧑  作者: Mango
#Error: As there is no 'unzip' command installed zip files
// Centos
dnf install zip unzip php-zip
// Ubuntu
apt-get install zip unzip php-zip