在Arch Linux上安装yay

2023-12-14 01:32:22

  有点麻烦。

  • 准备
# 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博客

文章来源:https://blog.csdn.net/quantum7/article/details/134849822
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。