删除 CrossPlatformui 包时出错

删除 CrossPlatformui 包时出错

每当我尝试安装应用程序时,我都会收到 crossplatformui 错误。我尝试将其删除,但从终端收到以下响应。请告诉我如何解决它。

sahana@sahana-Inspiron-N5010:~$ sudo apt-get install -f  
Reading package lists... Done  
Building dependency tree         
Reading state information... Done  
The following packages will be REMOVED:  
  crossplatformui  
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.  
1 not fully installed or removed.  
After this operation, 0 B of additional disk space will be used.  
Do you want to continue [Y/n]? y  
(Reading database ... 169569 files and directories currently installed.)  
Removing crossplatformui ...  
ztemtvcdromd: no process found  
dpkg: error processing crossplatformui (--remove):  
 subprocess installed post-removal script returned error exit status 1  
Errors were encountered while processing:  
 crossplatformui  
E: Sub-process /usr/bin/dpkg returned an error code (1)  
sahana@sahana-Inspiron-N5010:~$ 

答案1

尝试 crossplatformui通过在终端上运行以下命令来强制删除包,

sudo dpkg -P --force-all --force-remove-reinstreq crossplatformui

相关内容