我的系统在处理包ureadahead和util-linux时遇到了问题:
root@sait32:/home/sait32/Downloads# sudo dpkg --configure -a
dpkg: error processing package ureadahead (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
dpkg: error processing package util-linux (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
Errors were encountered while processing:
ureadahead
util-linux有谁能帮忙解决这个问题吗?
发布于 2019-01-22 13:07:44
只需遵循错误消息的说明:
dpkg: error processing package ureadahead (--configure): package is
in a very bad inconsistent state; you should reinstall it before
attempting configuration尝试:sudo apt install --reinstall ureadahead
对于也是如此。
https://askubuntu.com/questions/1111937
复制相似问题