问题
今天使用
apt update && apt upgrade -y#root权限操作
命令时发生了报错,内容是dpkg: error processing <filename>
,我去搜了下:在Ubuntu中出现 dpkg: error processing
解决办法
使用以下命令
sudo dpkg -i --force-overwrite <filename>
sudo apt-get -f install
就可以解决了。
Please indicate the source for reprinting, welcome to research the sources quoted in the article, welcome to point out any errors or not clear expression. Leave a comment in the comment section below or email us at [email protected]