每当我试图安装任何程序时,我都会在最后得到这个错误:
Setting up intellij-idea-community (2016.3.4-1) ...
tar: /opt/ideaIC-*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
dpkg: error processing package intellij-idea-community (--configure):
subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
intellij-idea-community
E: Sub-process /usr/bin/dpkg returned an error code (1)有什么问题吗?
发布于 2018-11-17 20:48:26
如果您不介意删除intellij-idea-community。
sudo dpkg --remove --force-remove-reinstreq --dry-run intellij-idea-community--dry-run输出看起来还好吗?如果是这样,就跑
sudo dpkg --remove --force-remove-reinstreq intellij-idea-communityhttps://askubuntu.com/questions/896115
复制相似问题