|
发表于 2005-3-15 21:05:51
|
显示全部楼层
1.you should enable the current、extra lines in pacman.conf,just remove the # in front of them.
eg:
- [current]
- Server = http://download.ourlinux.net/archlinux/current/os/i686
- [extra]
- Server = http://download.ourlinux.net/archlinux/extra/os/i686
- [unstable]
- Server = http://download.ourlinux.net/archlinux/unstable/unstable/os/i686
- [testing]
- Server = http://download.ourlinux.net/archlinux/testing/testing/os/i686
复制代码
2.you should install some chinese fonts.
try this:
- wget http://download.ourlinux.net/archlinux/ourlinux/os/i686/ttfonts-zh_CN-2.14-6.pkg.tar.gz
复制代码
then:
- pacman -A ttfonts-zh_CN-2.14-6.pkg.tar.gz
复制代码 |
|