Arch Linux 安装 AUR 助手 YAY

本页内容

YAY(Yet another Yogurt) 是 Arch Linux 的一个 AUR(Arch User Repository) 助手,可以让我们更方便地安装 AUR 上的软件包,如:QQ、TIM、WPS OFFICE 等等。下面介绍 YAY 的安装和使用。

安装

1$ git clone https://aur.archlinux.org/yay
2$ cd yay
3$ GOPROXY=https://goproxy.cn makepkg -si

因为 YAY 是 Go 语言编写的,编译的时候需要安装 Go modules,但是被墙了,所以我们需要设置 GOPROXY 代理。

如果没法 git clone,可以到 YAY 软件包页面下载快照并解压。