我真的厌倦了收到这个错误;
Xubuntu E: Sub-process /usr/bin/dpkg returned an error code (1)
我尝试了 sudo apt-get -f install、apt install -f 和 sudo apt --fix-broken install,但都没有用。这个错误让我快要疯了,而且这个错误并不是唯一的错误。
dpkg: warning:the file listing the files of the package 'libwayland-client0: i386' could not be found; it is assumed that the package does not already have any files
这就是我所需要的解决这个问题的办法。
答案1
sudo rm /etc/apt/sources.list.d/ wireshark-dev-ubuntu-stable-hirsute.list
然后运行
sudo apt update
当 apt 没有抱怨时尝试运行
sudo dpkg--configure-a
到现在为止没有错误吗?
sudo apt -f install && sudo sudo apt full-upgrade
哦,不需要备份?所以你没有重要数据 :(