|
发表于 2010-2-25 16:20:04
|
显示全部楼层
在 /etc/pacman.conf 中仓库优先顺序修改为如下:
- [gnome-unstable]
- Include = /etc/pacman.d/mirrorlist
- [testing]
- Include = /etc/pacman.d/mirrorlist
- [core]
- Include = /etc/pacman.d/mirrorlist
- [extra]
- Include = /etc/pacman.d/mirrorlist
- [community]
- Include = /etc/pacman.d/mirrorlist
复制代码
如果需要关闭 testing
将 testing 的两行用 # 注释掉
pacman -Sy 来安装
如果 不想将 gnome-unstable 优先级提高
pacman -Sy gnome-unstable/gnome-disk-utility 也可以直接从gnome-unstable中安装
反之 pacman -Sy extra/gnome-disk-utility ... |
|