wsl-error-2022-07-04

2022-07-03  本文已影响0人  貓叔

公司不能带自己设备了
从mac换回了Windows,不习惯,先把 wsl先弄起来
wsl 装的Ubuntu 20.04, 安装 pip3 的时候一直报错,报错信息都是类似的
运行apt-get upgrade 也是类似的报错

apt-get upgrade
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:
 nmap : Depends: nmap-common (= 7.70+dfsg1-6+deb10u2) but it is not installed
        Depends: liblinear3 (>= 2.01+dfsg) but it is not installable
        Depends: liblua5.3-0 but it is not installed
        Depends: libssh2-1 (>= 1.2.9) but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

网上找了很长时间
最终一句搞定

apt-get install -f 

被自己蠢哭了,哈哈哈

上一篇 下一篇

猜你喜欢

热点阅读