卸载软件包时出现问题

卸载软件包时出现问题
root @ OF01-LT-IT-2026: ~ # sudo apt remove
Reading list of packages ... Done
Creating dependency tree
Reading the status information ... Done
The following packages will be DELETED:
  mysql-connector-python
0 updated, 0 new will be installed, 1 to delete and 143 not updated.
1 not installed at all or deleted.
638 kB will be released after this operation.
do you wish to continue? [S / n] s
(Reading the database ... 185416 files or directories currently installed.)
Uninstalling mysql-connector-python (2.1.4-1ubuntu12.04) ...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'distutils.sysconfig'
dpkg: error processing the mysql-connector-python (--remove) package:
 installed mysql-connector-python package post-removal script the thread returned an error with exit status 1
Errors were encountered while processing:
 mysql-connector-python
E: Sub-process / usr / bin / dpkg returned an error code (1)
root @ OF01-LT-IT-2026: ~ #

答案1

需要更多详细信息

我觉得你应该去尝试一下,因为sudo apt remove你想要删除的文件夹/程序/图书馆的名称会让你着迷。我们所提出的建议是什么?如果您想要消除您没有找到的包裹,请使用sudo apt autoremove。请帮忙澄清一下你的问题...

是这个包装吗

这里有一篇关于如何修复或移除此处的旋转包的文章: 如何使用 apt-get 删除不完整的软件包?[关闭]。除非您同意,apt-get否则apt您可以使用这些信息......


需要更多细节

我发现您在输入时sudo apt remove没有给出要删除的软件包/程序/库的名称。您在这里到底想做什么?如果您想删除不再起作用的软件包,请使用sudo apt autoremove。请说明情况。

如果包裹破损

这里有一篇文章讨论如何修复或删除损坏的包装:如何使用 apt-get 删除不完整的软件包?[关闭]。尽管它使用apt-get而不是apt,这些信息仍然非常有用。

相关内容