我正在手动将.deb文件(我不维护)安装到我的Ubuntu系统上。
该软件包有一个安装后脚本,该脚本错误地失败,因此该软件包被视为损坏。
dpkg: error processing astah-community (--configure):
subprocess installed post-installation script returned error exit status 127
该软件包实际上已经正确安装并且可以正常工作(安装后脚本不正确)。当我在系统上执行任何apt操作时,现在会抱怨该软件包已损坏。我该如何解决?
这没有帮助:
sudo dpkg -i /path/to/the.deb --force-all