我无意中删除了python3。我试过sudo apt-get install ubuntu-desktop,但它显示
The following packages have unmet dependencies:
aptdaemon : Depends: python3-aptdaemon (= 1.1.1+bzr982-0ubuntu14.1) but 1.1.1+bzr982-0ubuntu14 is to be installed不管我尝试什么解决方案,上面都说了错误。谁来帮帮我。
编辑我尝试了sudo -i python3-aptdaemon.deb.But,它显示了
/var/lib/dpkg/tmp.ci/prerm: 6: /var/lib/dpkg/tmp.ci/prerm: py3clean:
Too many levels of symbolic links dpkg: error processing archive
./python3-aptdaemon.gtk3widgets_1.1.1+bzr982-0ubuntu14_all.deb (-install): subprocess new pre-removal script returned error exit status 2
/var/lib/dpkg/info/python3-aptdaemon.gtk3widgets.postinst: 6:
/var/lib/dpkg/info/python3-aptdaemon.gtk3widgets.postinst: py3compile: Too
many levels of symbolic links每当我试图安装任何.deb文件时,都会说
python3-all depends on python3 (= 3.5.1-3); however:
Package python3 is not configured yet.发布于 2019-09-17 08:54:58
更正: apt-get不需要python,所以您应该能够正常地重新安装:
sudo apt-get install python3
sudo apt-get install python3-aptdaemonapt依赖关系:
依赖: adduser,gpgv x gpgv2 x gpgv1,ubuntu-keyring,libapt-pkg5.0 (>= 1.7.0~α3~),libc6 (>= 2.15),libgcc1 (>= 1:3.0),libgnutls30 (>= 3.6.5),libseccomp2 (>= 1.0.1),libstdc++6 (>= 5.2)
python3 3-aptdaemon依赖项:
依赖:python3 3:any (>= 3.2~),aptdaemon,gir1.2-glib-2.0,gir1.2-packagekitglib-1.0 (>= 1.1.1),python3-apt (>= 0.8.5~ubuntu1),python3-延迟(>= 1.0.6),python3-dbus,python3-gi,python3-pkg-资源,iso-code Filename:
https://askubuntu.com/questions/1174688
复制相似问题