红联Linux门户
Linux帮助

提示package-query: requires pacman<4.3(solved)的解决办法

发布时间:2016-07-16 10:40:32来源:linux网站作者:ferstar
树莓派上的archlinux很久没滚,一滚发现报错:
:: Synchronizing package databases...
testing is up to date
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: package-query: requires pacman<4.3
 
解决方案如下:
主要就这一句:pacman -Rsn yaourt package-query
卸掉再升就ok了。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22419.html