首页
社区
课程
招聘
Arch Linux更新软件遇到冲突的一个解决办法
发表于: 2021-7-4 19:23 5053

Arch Linux更新软件遇到冲突的一个解决办法

2021-7-4 19:23
5053

问题现象

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[ blackarch ~ ]# pacman -Syu --noconfirm
:: Synchronizing package databases...
 core is up to date
 extra is up to date
                    :: Starting full system upgrade...
:: Replace knetattach with extra/plasma-desktop? [Y/n]
:: Replace python-dbus with extra/dbus-python? [Y/n]
:: Replace python-dbus-common with extra/dbus-python? [Y/n]
resolving dependencies...
warning: cannot resolve "libavif", a dependency of "gd"
warning: cannot resolve "libfdk-aac.so=2-64", a dependency of "pipewire"
warning: cannot resolve "pipewire", a dependency of "kwin"
warning: cannot resolve "kwin", a dependency of "plasma-workspace"
warning: cannot resolve "plasma-workspace", a dependency of "systemsettings"
warning: cannot resolve "systemsettings", a dependency of "plasma-desktop"
warning: cannot resolve "libmanette", a dependency of "webkit2gtk"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      gd  plasma-desktop  webkit2gtk
 
:: Do you want to skip the above packages for this upgrade? [y/N]
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'libavif' required by gd
:: unable to satisfy dependency 'libfdk-aac.so=2-64' required by pipewire
:: unable to satisfy dependency 'pipewire' required by kwin
:: unable to satisfy dependency 'kwin' required by plasma-workspace
:: unable to satisfy dependency 'plasma-workspace' required by systemsettings
:: unable to satisfy dependency 'systemsettings' required by plasma-desktop
:: unable to satisfy dependency 'libmanette' required by webkit2gtk

暂时跳过冲突的软件使用如下命令:

1
[ blackarch ~ ]# pacman -Syu --noconfirm --ignore gd,plasma-desktop,webkit2gtk,python-twisted,dbus-python

以下是视频教程:


[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

最后于 2021-7-4 19:31 被zyj_super编辑 ,原因:
收藏
免费 1
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//