无法在 Synaptic 中重新安装 python-cryptography

无法在 Synaptic 中重新安装 python-cryptography

返回了一个错误:

E: Internal Error, No file name for python-cryptography:amd64

我尝试运行以下命令并按照此处的说明进行操作使用 apt-get remove 时如何解决 E:内部错误?

sudo dpkg --configure -a

但它不起作用,终端返回了另一个错误:

dpkg: Error handling package python-gi (--configure):

The software package is in a very unstable state.

You'd better reinstall it before configuring it.

Errors occur during processing:

Python-gi

根据此错误我尝试使用以下命令来解决它:

sudo apt-get purge --auto-remove python-gi

但同样的错误再次出现。我是 Ubuntu 新手,我不知道该怎么办,有谁能帮助我?谢谢!

答案1

我通过以下命令解决了这个问题:

sudo apt-get -m --reinstall install python python-minimal

相关内容