这不是第一次了,但 pacman 今天又崩溃了。我真的不知道如何解决它。因此,任何对我自学有帮助的指示都将受到高度赞赏。我希望我能成为一个独立的 arch 用户。
:: Synchronizing package databases...
downloading core.db...
downloading extra.db...
downloading community.db...
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
:: installing xorgproto (2019.2-2) breaks dependency 'dmxproto' required by libdmx
:: installing xorgproto (2019.2-2) breaks dependency 'xf86dgaproto' required by libxxf86dga
error: failed to prepare transaction (could not satisfy dependencies)
答案1
这个错误与 pacman 再次崩溃无关。最新消息位于https://www.archlinux.org/向您展示如果遇到此错误如何升级系统。
答案2
答案3
Xorg 清理需要手动干预
要执行升级,请输入以下命令:
sudo pacman -Rdd libdmx libxxf86dga libxxf86misc && sudo pacman -Syu
或者
sudo pacman -Rdd libdmx libxxf86dga && sudo pacman -Syu
希望它有效