利用unzip命令解压缩的时候,出现-bash:
[root@i-k11xnd1o /]# unzip ethereum-docker-master.zip
-bash: unzip: command not found
[root@i-k11xnd1o /]# yum install -y unzip zip
unzip——命令没有找到,其原因肯定是没有安装unzip。
利用一句命令就可以解决了。
命令是:
[root@i-k11xnd1o /]# yum install -y unzip zip
安装成功后就可以使用unzip命令了。
相关文章
- Centos命令行报bash:.....:command not found的解决办法
- Centos6.8版本下,rpm command not found 的解决办法
- centos 7 ifcnfig提示:bash: ifconfig: command not found的解决方法
- Centos7 Minni 安装 执行ifconfig命令出现 -bash ifconfig command not found 的解决方法
- 解决CentOS 8出现的docker-compose: command not found
- centos没有/sbin/service命令的恢复方法(-bash: service: command not found)
- 运行hive时出现: command not found问题的解决办法(已解决)
- 命令行报bash:.....:command not found的解决办法(几乎所有命令)
- 【Linux】bash: java: command not found 使用了大多数文章所说的“source /etc/profile” 刷新配置文件 仍然无效的 另一种解决办法
- CentOS出现unzip: command not found的解决办法