Arch Linux 是否有任何 Brave 浏览器存储库?我知道 AUR 中的二进制包,但我想将存储库添加到 pacman 配置中,以便可以像 chromium 等任何其他包一样在途中安装和更新它。
主页
/
user-114864
JoKeR's questions
JoKeR
Asked:
2018-01-16 13:39:03 +0800 CST
有几天我在运行后无法升级我的 Arch 系统,我sudo pacman -Syu
收到了这个错误:
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: libquicktime: installing libx264 (2:152.20171224-1.0) breaks dependency 'libx264.so=148-32'
如果我跑步,sudo pacman -S libx264
我会得到:
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg: installing libx264 (2:152.20171224-1.0) breaks dependency 'libx264.so=148-32'
:: ffmpeg2.8: installing libx264 (2:152.20171224-1.0) breaks dependency 'libx264.so=148-32'
:: libquicktime: installing libx264 (2:152.20171224-1.0) breaks dependency 'libx264.so=148-32'
更新
libx264
最后,我设法通过搁置来执行升级,如我在下面的评论中所述,但仍然无法理解为什么即使--force
选项也不会覆盖这个包。