1 pacman中安装yaourt 工具
参考https://wiki.archlinux.org/index.php/Yaourt
The easiest way to install Yaourt is to add the yaourt repository to your /etc/pacman.conf: Sync and install:[archlinuxfr]
Server = http://repo.archlinux.fr/$arch
# pacman -Syu yaourt
2 在yaourt中查找google-chrome-beta
这个很简单yaourt -Ss chrome
会列出所有相关的package,可以看到在AUR里有google-chrome-beta
3 根据提示下载PKGBUILD,自动安装
他会下载google-chrome-beta_current_i386.deb然后生成pacman可识别的package,安装即可
4 中文字体的安装
# pacman -S wqy-bitmapfont wqy-zenhei ttf-dejavu ttf-arphic-ukai ttf-arphic-uming ttf-fireflysung libfxt-lcd
来源:https://www.cnblogs.com/goodloop/archive/2010/11/11/1875238.html