补充 yaourt 的安装
Signed-off-by: Rick Chan <cy187lion@sina.com>
This commit is contained in:
parent
bc959c51cf
commit
515920fed8
|
@ -9,6 +9,23 @@ ABS:Archlinux Build System
|
|||
|
||||
到 <https://aur.archlinux.org/packages> 搜索需要的软件包。再通过 makepkg 编译,pacman 安装还是非常繁琐的,Yaourt 提供了更加便捷的方式。输入:
|
||||
|
||||
```sh
|
||||
yaourt <package name>
|
||||
```
|
||||
|
||||
即可搜索到需要安装的软件包,之后输入选择序号,并按照提示一步步操作即可。
|
||||
|
||||
## 安装
|
||||
|
||||
yaourt 的安装方式为先 git 然后 makepkg 了
|
||||
|
||||
```sh
|
||||
git clone https://aur.archlinux.org/package-query.git
|
||||
cd package-query
|
||||
makepkg -si
|
||||
cd ..
|
||||
git clone https://aur.archlinux.org/yaourt.git
|
||||
cd yaourt
|
||||
makepkg -si
|
||||
cd ..
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue