linux打包与解压问题集锦
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux打包与解压问题集锦相关的知识,希望对你有一定的参考价值。
问题1 unzip/zip: Command Not Found 安装unzip
现象:
[[email protected] ~]$ unzip jkb_agent_linux.zip
-bash: unzip: command not found
解决方法:
[[email protected] ~]$ yum install -y unzip zip;
本文出自 “linux极客” 博客,请务必保留此出处http://linux200801.blog.51cto.com/10462766/1758417
以上是关于linux打包与解压问题集锦的主要内容,如果未能解决你的问题,请参考以下文章