How to install yay (another great AUR helper)
Update on 2018/10/16
[Recommended] Use yay
to replace yaourt
If you already got yaourt
just type:
1 | yaourt -S yay |
Otherwise, you can also install by makepkg
1 | git clone https://aur.archlinux.org/yay.git |
[Deprecated]Install yaourt
yaourt
1 | sudo vim /etc/pacman.conf |
Then, add following lines to the end.
1 | [archlinuxcn] |
Install the GPG key.
1 | sudo pacman -S archlinuxcn-keyring |
Finally, update and install yaourt.
1 | sudo pacman -Sy yaourt |
Done!