How to Install and Use Yaourt in Arch Linux
www.tecmint.com › install-yaourt-in-arch-linuxMay 11, 2018 · Save the changes and exit the file. Then issue the following command to install yaourt. $ sudo pacman -Sy yaourt How to Use Yaourt Package Manger in Arch Linux. 1. To install or update a package, for example glances, use the -S as shown. $ sudo yaourt -S glances 2. To remove the package, use the -R flag as shown. $ sudo yaourt -R glances 3.