在Ubuntu18.04中更新一些软件包时,我遇到了这个问题。
e2fsprogs-l10n: Depends: e2fsprogs (>= 1.44.1-1ubuntu1.3) but 1.44.1-1ubuntu1.2 is installed发布于 2020-06-06 04:09:09
打开终端并键入:
sudo add-apt-repository bionic-updates
sudo apt update
sudo apt install e2fsprogs e2fsprogs-l10nhttps://askubuntu.com/questions/1247223
复制相似问题