分类: LINUX
2012-05-21 20:52:52
# pacman -Syu 后出现上面错误以及类似下面的错误: error: failed to commit transaction (conflicting files) # pacman -Qo full_file_path 如果出现: xxx is owned by xxx 可以报 bug 了;如果没有,可以直接把他们给删除或者强制升级包。 一般是强制重新安装升级出错的包,例如上面就是glibc有问题 I forced the update of glibc and then it went from there. I don't know how safe that was tho, but since I run this on a VM I'm very careless. Pacman -S glibc --force remember say "N" to upgrading pacman first when you force the update of glibc //记得选择NO当它问你是否在强制升级glibc之前升级pacman. |