它返回了一个错误:
E: Internal Error, No file name for python-cryptography:amd64我试着运行如何解决E:内部错误时使用apt删除?命令并遵循这里的指令
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但同样的错误再次出现。我是新来的,我不知道我该怎么做,如果有人能帮我?谢谢!
发布于 2019-10-11 15:26:09
我通过以下命令解决这个问题:
sudo apt-get -m --reinstall install python python-minimalhttps://askubuntu.com/questions/1180170
复制相似问题