代码: 全选
pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -
然后没有显示我就不用输入第二步的paclist了吧,然后直接第三步
代码: 全选
find /bin /sbin /usr/sbin -exec pacman -Qo -- {} + >/dev/null
可能是好久没升级了,会提示有替换的包
最后kevin# pacman -Su
:: Starting full system upgrade...
:: Replace bluez with extra/bluez-utils? [Y/n] y
:: Replace bluez with extra/bluez4? [Y/n] y
:: Replace grub-bios with core/grub? [Y/n] y
:: Replace grub-common with core/grub? [Y/n] y
:: Replace lib32-dbus-core with multilib/lib32-dbus? [Y/n] y
:: Replace webkitgtk3 with extra/webkitgtk? [Y/n] y
(243/243) checking keys in keyring [############################] 100%
(243/243) checking package integrity [############################] 100%
(243/243) loading package files [############################] 100%
(243/243) checking for file conflicts [############################] 100%
error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem
filesystem: /sbin exists in filesystem
filesystem: /usr/sbin exists in filesystem
Errors occurred, no packages were upgraded.