Bloggings

Home

Chaotic Aur

2025-03-23

Chaotic Aur is an automated building repo for AUR packages

Retrieve the primary key to enable the installation of our keyring and mirror list

sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com sudo pacman-key --lsign-key 3056513887B78AEB

Install the chaotic-keyring and chaotic-mirrorlist packages

sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'

Append (adding at the end) the following to /etc/pacman.conf

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

Run a full system update along syncing the mirrorlist

sudo pacman -Syu

The repository is ready to use! 🚀

sudo pacman -S firedragon

 


A minimalist blog by Philip Wittamore