无法删除已安装一半的应用程序

无法删除已安装一半的应用程序

请帮我解决这个问题

sudo apt upgrade Reading package lists... Done Building dependency tree
Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. Need to get 0 B/21.6 MB of archives. After this operation, 0 B of additional disk space will be used. Do you want to continue? [Y/n] y dpkg: error processing package macbuntu-os-icons-lts-v7 (--configure): package macbuntu-os-icons-lts-v7 is not ready for configuration cannot configure (current status 'half-installed') Errors were encountered while processing: macbuntu-os-icons-lts-v7 E: Sub-process /usr/bin/dpkg returned an error code (1)

答案1

在终端中运行这些命令

sudo apt-get autoremove  
sudo dpkg --configure -a
sudo apt-get install -f

现在开始安装

相关内容