Table of Contents

Video

Greetings

Hi all, in this video i will show how to enable Chaotic-AUR on Arch Linux.

Chaotic-AUR is a unofficial user reposity for Arch Linux that has prebuilt binaries from the AUR.

Several apps and custom kernels are available in this repo, and this includes kernels specially tuned for gamer and desktop use.

I hope you enjoy!

Links

  1. Arch Linux
  2. Arch Linux Wiki
  3. Arch Linux Wiki - Kernel
  4. Chaotic-AUR

Steps

1. Install the Keys

So, any time you can access the site in description and get the link for Chaotic-AUR site.

Go to the site, copy and paste the command lines to install the keys.

$ pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
$ pacman-key --lsign-key 3056513887B78AEB
$ pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'

Append (add to the end of the file) /etc/pacman.conf:

[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist

2. Update and Upgrade

$ sudo pacman -Syyu

Finish