This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Yaourt 的使用
## 术语
AUR:Archlinux User-community Repository
ABS:Archlinux Build System
## 使用
到 <https://aur.archlinux.org/packages> 搜索需要的软件包。再通过 makepkg 编译,pacman 安装还是非常繁琐的,Yaourt 提供了更加便捷的方式。输入:
yaourt <package name>
即可搜索到需要安装的软件包,之后输入选择序号,并按照提示一步步操作即可。