我已阅读多个帖子和论坛,但无法删除此问题。我尝试使用清除功能删除,并检查了此页。请告诉我如何修复这个问题。谢谢。
(base) seek4samurai@ubuntu:~$ sudo apt-get remove python-cairo
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
python-cairo
0 upgraded, 0 newly installed, 1 to remove and 15 not upgraded.
1 not fully installed or removed.
After this operation, 270 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 316333 files and directories currently installed.)
Removing python-cairo:amd64 (1.16.2-2ubuntu2) ...
/var/lib/dpkg/info/python-cairo:amd64.prerm: 6: pyclean: Too many levels of symbolic links
dpkg: error processing package python-cairo:amd64 (--remove):
installed python-cairo:amd64 package pre-removal script subprocess returned error exit status 127
dpkg: too many errors, stopping
/var/lib/dpkg/info/python-cairo:amd64.postinst: 6: pycompile: Too many levels of symbolic links
dpkg: error while cleaning up:
installed python-cairo:amd64 package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
python-cairo:amd64
Processing was halted because there were too many errors.
E: Sub-process /usr/bin/dpkg returned an error code (1)
答案1
未完全安装的软件包无法删除。请尝试重新安装 python-cairo,然后将其删除。打开终端并输入:
sudo apt install --reinstall python-cairo
sudo apt remove python-cairo