How to use Arch User Repository (AUR) with Yaourt

Опубликовано: 29 Сентябрь 2024
на канале: Average Linux User
30,644
374

In this video I show how to use the AUR helper Yaourt.

Also check out the previous Arch Linux Videos:
Installing Arch Linux in less than 10 minutes    • Installing Arch Linux in less than 10...  
10 Things to do first in Arch Linux    • 10 Things to do first in Arch Linux  
Arch Linux Playlist:    • Arch Linux - Install, Configure, Tweak  

The Arch User Repository or AUR is probably the best features of Arch Linux. If a program is available for Linux it is very unlikely that you would not be able to find it in the AUR. This means that you can install any program on Arch with ease.

Yaourt provide very smooth experince of interactive search and install from the AUR.

To add the Yaourt repository to the pacman config file, run:

sudo nano /etc/pacman.conf

and add the following lines at the end of the file:

Repo to install yaourt
[archlinuxfr]
SigLevel = Never
Server = http://repo.archlinux.fr/$arch

Ctrl+O Ctrl+X to save and exit.

To install Yaourt type:

sudo pacman -Suy
sudo pacman -S yaourt

To install a package from the AUR:

yaourt -S package_name

To upgrade packages installed from the AUR:

yaourt -Suy --aur --noconfirm


################################################

Support on Patreon:   / averagelinuxuser  

Donate through PayPal: https://www.paypal.me/Kryvokhyzha

################################################

More cool Linux stuff at other social media:

Google+ - Best Linux Stuff: https://plus.google.com/+AverageLinux...
Facebook - Top Linux Tips:   / averagelinuxuser  
Twitter - Daily Linux News:   / avglinuxuser  

Website: http://averagelinuxuser.com/