欢迎访问服务器技术网-www.fuwuqijishu.com

解决LLsMP一键包”-bash: unzip: command not found”问题

运维 fuwuqijishu 2年前 (2022-09-04) 33次浏览 0个评论 扫描二维码

不仅仅是在LLsMP一键包应用过程中,或者在其他的环境中我们如果需要用到压缩和解压ZIP压缩包会用到zip/unzip命令,但是如果没有安装组件的时候会提示”-bash: unzip: command not found”的错误。说明我们的系统中没有安装ZIP/UNZIP扩展,我们只需要安装就可以。

安装ZIP/UNZIP扩展

apt-get install -y zip unzip # DEBIAN系统

yum -y install zip unzip #CENTOS系统

我们选择对应的系统环境脚本输入SSH中回车执行就可以。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2120.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900