dpkg: error processing package libpaper1:amd64 (--configure):
installed libpaper1:amd64 package post-installation script subprocess returned error exit status 10
Setting up php7.4-json (7.4.3-4ubuntu2.18) ...
dpkg: error processing package php7.4-json (--configure):
installed php7.4-json package post-installation script subprocess returned error exit status 10
Setting up php7.4-xml (7.4.3-4ubuntu2.18) ...
dpkg: error processing package php7.4-xml (--configure):
installed php7.4-xml package post-installation script subprocess returned error exit status 10
Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
dpkg: dependency problems prevent configuration of libapache2-mod-php7.4:
libapache2-mod-php7.4 depends on php7.4-json; however:
Package php7.4-json is not configured yet.
对于类似上述提示,可以参考以下内容:
https://blog.csdn.net/yuangc/article/details/124588827
https://askubuntu.com/questions/949760/dpkg-warning-files-list-file-for-package-missing
https://blog.csdn.net/wm9028/article/details/110171223
https://serverfault.com/questions/430682/dpkg-warning-files-list-file-for-package-x-missing
大致意思是说,把包重新install
sudo apt install --reinstall [package]
有错误的包,还要用加–purge 参数remove
sudo apt remove --purge [package]

1万+

被折叠的 条评论
为什么被折叠?



