***error*** (zip#Browse) unzip not available on your system

ivy吖

关注

阅读 185

2022-09-06


文章目录

  • ​​1. 修改jar配置文件​​
  • ​​2. 现象​​
  • ​​3. 解决方法​​
1. 修改jar配置文件

vim

2. 现象

用不同用户打开,效果是不一样的,下图分别是 root账号、普通用户打开的

***error*** (zip#Browse) unzip not available on your system_解决方法


***error*** (zip#Browse) unzip not available on your system_普通用户_02


root账号显示异常还不明显,切换成普通用户后发现就很明显了,原来是没有安装解压软件,无法进行浏览压缩文件;

3. 解决方法

安装unzip、zip解压软件yum命令(有网络的情况下)

yum install -y unzip zip

apt-get 安装

sudo apt-get install zip
sudo apt-get install unzip

效果图:

***error*** (zip#Browse) unzip not available on your system_linux_03


精彩评论(0)

0 0 举报