执行 sudo apt-get install zip
报错如下:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
virtualbox-6.0 : Depends: libgl1 but it is not going to be installed
Depends: libopus0 (>= 1.1) but it is not going to be installed
Depends: libqt5core5a (>= 5.9.0~beta) but it is not going to be installed
Depends: libqt5gui5 (>= 5.4.0) but it is not going to be installed
Depends: libqt5opengl5 (>= 5.0.2) but it is not going to be installed
Depends: libqt5printsupport5 (>= 5.0.2) but it is not going to be installed
Depends: libqt5widgets5 (>= 5.7.0) but it is not going to be installed
Depends: libqt5x11extras5 (>= 5.6.0) but it is not going to be installed
Depends: libsdl1.2debian (>= 1.2.11) but it is not going to be installed
Depends: libvpx5 (>= 1.6.0) but it is not going to be installed
Depends: libxcursor1 (> 1.1.2) but it is not going to be installed
Depends: libxmu6 but it is not going to be installed
Depends: libxt6 but it is not going to be installed
Recommends: libasound2
Recommends: libpulse0 but it is not going to be installed
Recommends: libsdl-ttf2.0-0 but it is not going to be installed
Recommends: pdf-viewer
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
解决方法:
sudo apt-get -f install
sudo apt-get update
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get clean
再次安装:
sudo apt-get install zip
即可成功安装 !
解压文件:
unzip *.zip
参考:https://askubuntu.com/questions/118749/package-system-is-broken-how-to-fix-it