subprocess installed post-installation script returned error exit status 1

不念不忘少年蓝@ 2021-11-17 07:04 447阅读 0赞

http://blog.csdn.net/zxd675816777/article/details/39119767

如果 apt-get 出現 “subprocess installed post-installation script returned error exit status 1″ 的錯誤

dpkg: error processing util-linux (–configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
util-linux
E: Sub-process /usr/bin/dpkg returned an error code (1)

進到 /var/lib/dpkg/info 目錄

將卡住的套件檔案刪掉即可

apt-get autoclean
apt-get autoremove
apt-get update
apt-get upgrade

发表评论

表情:
评论列表 (有 0 条评论,447人围观)

还没有评论,来说两句吧...

相关阅读

    相关 [Error] ld returned 1 exit status

    大家在使用DEV c++编写程序的时候,常常遇到这个问题,翻来覆去解决不掉,但是换一个软件就可以成功运行。就像我今天遇到的这种情况-》o(╥﹏╥)o 如果想要成功解决这个问题