apt-get install zip
今天在ubuntu进行zip安装的时候,出现如下错误。
Reading package lists... Done
Building dependency tree... Done
Package zip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
1.解决方式:
这个问题的原因是ubuntu的/etc/apt/source.list中的源比较旧了,需要更新一下,更新方法:
$ sudo apt-get -y update
2.再次执行
apt-get install zip
3.解压相关zip压缩包
unzip xxx.zip