From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- articles/2025/Chaotic-Aur.html | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 articles/2025/Chaotic-Aur.html (limited to 'articles/2025/Chaotic-Aur.html') diff --git a/articles/2025/Chaotic-Aur.html b/articles/2025/Chaotic-Aur.html new file mode 100755 index 0000000..44e7ad1 --- /dev/null +++ b/articles/2025/Chaotic-Aur.html @@ -0,0 +1,43 @@ + + + + + + + Chaotic Aur + + +
+

Bloggings

+ Back + +
+ +
+
+

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 +
+
+ + -- cgit v1.3.1