在Arch Linux上安装yay
有点麻烦。
- 准备
# pacman -Syu
# pacman -S --needed base-devel git
- 变身为普通用户
不能使用root下载代码。所以要变身为普通用户:
# sueradd tsit
# su tsit
- 下载代码
$ git clone https://aur.archlinux.org/yay.git
- 编译安装
$ cd yay
$ makepkg -si
- 如果遇到错误
Running makepkg as root is not allowed as it can cause permanent,catastrophic damage to your system-CSDN博客
报错:is not in the sudoers file.-CSDN博客