软件更新程序 ubuntu 20.04 LTS:软件包损坏

软件更新程序 ubuntu 20.04 LTS:软件包损坏

当我运行自动 Ubuntu 软件更新时,我收到以下消息(见下文)。我在安装操作系统时自己安装了 Python 3.7:所以我的电脑上同时安装了 Python 3.8 和 3.7。到目前为止,我没有遇到任何问题。您能帮我完成我必须遵循的流程吗?这似乎是 focal1 和 focal3 版本的问题?

The package system is broken
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f
Transaction failed: The package system is broken

以下软件包具有未满足的依赖关系:

libpython3.7-stdlib: Depends: libpython3.7-minimal (= 3.7.13-1+focal1) but 3.7.13-1+focal3 is installed
                 Depends: libcrypt1 (>= 1:4.1.0) but 1:4.4.10-10ubuntu4 is installed
                 Depends: liblzma5 (>= 5.1.1alpha+20120614) but 5.2.4-1ubuntu1.1 is installed
                 Depends: libncursesw6 (>= 6) but 6.2-0ubuntu2 is installed
                 Depends: libreadline8 (>= 7.0~beta) but 8.0-4 is installed
                 Depends: libsqlite3-0 (>= 3.7.15) but 3.31.1-4ubuntu0.2 is installed
                 Depends: libtinfo6 (>= 6) but 6.2-0ubuntu2 is installed
python3.7: Depends: python3.7-minimal (= 3.7.13-1+focal3) but 3.7.13-1+focal3 is installed
       Depends: libpython3.7-stdlib (= 3.7.13-1+focal3) but 3.7.13-1+focal1 is installed

感谢您的帮助 !

相关内容