美文网首页
wsl-error-2022-07-04

wsl-error-2022-07-04

作者: 貓叔 | 来源:发表于2022-07-03 16:22 被阅读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 

被自己蠢哭了,哈哈哈

相关文章

  • wsl-error-2022-07-04

    公司不能带自己设备了从mac换回了Windows,不习惯,先把 wsl先弄起来wsl 装的Ubuntu 20.04...

网友评论

      本文标题:wsl-error-2022-07-04

      本文链接:https://www.haomeiwen.com/subject/bcwdbrtx.html