Ubuntu 上的 python 卸载出错,apt-get 和 dpkg 损坏错误消息 1

标签 python python-3.x apt-get dpkg purge

标题简明扼要地说明了一切。我试图清除我所有的 python 安装,因为它们一团糟。事实证明,我破坏了所有内容,无法使用 apt-get 或 dpkg 安装或卸载任何内容,只多次收到以下错误消息(或类似消息):

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libexpat1-dev libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libpython3.8
  libpython3.8-dev libpython3.8-minimal libpython3.8-stdlib zlib1g-dev
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  python3
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 191 kB disk space will be freed.
Do you want to continue? [Y/n] Y
dpkg: error processing package python3 (--remove):
 package is in a very bad inconsistent state; you should
 reinstall it before attempting a removal
Errors were encountered while processing:
 python3
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo dpkg --audit 目前给我的是:

sudo dpkg --audit
The following packages are only half configured, probably due to problems
configuring them the first time.  The configuration should be retried using
dpkg --configure <package> or the configure menu option in dselect:
 python3-lib2to3      Interactive high-level object-oriented language (2to3, ve
 python3-minimal      minimal subset of the Python language (default python3 ve

The following packages are missing the list control file in the
database, they need to be reinstalled:
 libpython3-stdlib:amd64 interactive high-level object-oriented language (default
 libpython3.6:amd64   Shared Python runtime library (version 3.6)
 libpython3.6-minimal:amd64 Minimal subset of the Python language (version 3.6)
 libpython3.6-stdlib:amd64 Interactive high-level object-oriented language (standard
 libpython3.7:amd64   Shared Python runtime library (version 3.7)
 libpython3.7-dev:amd64 Header files and a static library for Python (v3.7)
 libpython3.7-minimal:amd64 Minimal subset of the Python language (version 3.7)
 libpython3.7-stdlib:amd64 Interactive high-level object-oriented language (standard
 libpython3.8:amd64   Shared Python runtime library (version 3.8)
 libpython3.8-dev:amd64 Header files and a static library for Python (v3.8)
 libpython3.8-minimal:amd64 Minimal subset of the Python language (version 3.8)
 libpython3.8-stdlib:amd64 Interactive high-level object-oriented language (standard
 python3.6            Interactive high-level object-oriented language (version
 python3.6-minimal    Minimal subset of the Python language (version 3.6)

The following packages are missing the md5sums control file in the
database, they need to be reinstalled:
 libpython3-stdlib:amd64 interactive high-level object-oriented language (default
 libpython3.6:amd64   Shared Python runtime library (version 3.6)
 libpython3.6-minimal:amd64 Minimal subset of the Python language (version 3.6)
 libpython3.6-stdlib:amd64 Interactive high-level object-oriented language (standard
 libpython3.7:amd64   Shared Python runtime library (version 3.7)
 libpython3.7-dev:amd64 Header files and a static library for Python (v3.7)
 libpython3.7-minimal:amd64 Minimal subset of the Python language (version 3.7)
 libpython3.7-stdlib:amd64 Interactive high-level object-oriented language (standard
 libpython3.8:amd64   Shared Python runtime library (version 3.8)
 libpython3.8-dev:amd64 Header files and a static library for Python (v3.8)
 libpython3.8-minimal:amd64 Minimal subset of the Python language (version 3.8)
 libpython3.8-stdlib:amd64 Interactive high-level object-oriented language (standard
 python3.6            Interactive high-level object-oriented language (version
 python3.6-minimal    Minimal subset of the Python language (version 3.6)

在 python3-minimal 和 python3-lib2to3 上使用 sudo dpkg --configure 给出以下结果:

Setting up python3-minimal (3.6.7-1~18.04) ...
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007fa5074f0740 (most recent call first):
Aborted (core dumped)
dpkg: error processing package python3-minimal (--configure):
 installed python3-minimal package post-installation script subprocess returned error exit status 134
Errors were encountered while processing:
 python3-minimal
$ sudo dpkg --configure python3-lib2to3
Setting up python3-lib2to3 (3.6.9-1~18.04) ...
Could not find platform independent libraries <prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f439a7a0740 (most recent call first):
Aborted (core dumped)
dpkg: error processing package python3-lib2to3 (--configure):
 installed python3-lib2to3 package post-installation script subprocess returned error exit status 134
Errors were encountered while processing:
 python3-lib2to3```

I have tried everything found [here][1], and have no idea what to try next. Anyone run into such a mess of a package removal before?


  [1]: https://phoenixnap.com/kb/fix-sub-process-usr-bin-dpkg-returned-error-code-1

最佳答案

您尝试过--remove --force吗?

关于Ubuntu 上的 python 卸载出错,apt-get 和 dpkg 损坏错误消息 1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60326905/

相关文章:

python - ValueError : Length mismatch: Expected axis has 0 elements, 新值有 8 个元素

ubuntu - E : Unable to locate package - Ubuntu

linux - dpkg:不可恢复的 fatal error (包 'java-common' 的文件列表文件缺少最后的换行符)

python - 启动 'safe' eval()

python - 如何在嵌套函数中捕获稍后的值?

python - 使用 Python 检测 numpy 图像数组中重复项的最有效方法是什么?

python - Bokeh 自定义布局

python - 如何使用 PyQt5 添加到 Python 文本框中的默认上下文菜单?

python - 在 Python 中查看是否有来自管道的输入?

linux - Ubuntu 16.04 apt-get - 无法解析 'proxy_server'