sudo apt-get upgrade
返回此:
dpkg: error processing package mount (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
mount
E: Sub-process /usr/bin/dpkg returned an error code (1)
我之前曾见过此问题并尝试过,sudo apt -- reinstall mount
结果返回:
E: Invalid operation reinstall
并且我尝试了按照建议的各种方法重新安装 mount,但都不起作用,现在我很后悔安装 17.04。
任何帮助我都感激不尽。Mick
答案1
您的 apt reinstall 语法不正确。请尝试
sudo apt install --reinstall mount