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

Bloggings

+ Back + +
+ +
+
+

Enable Arch Extra repository in Artix

+

2025-06-20

+

Extending Artix package library

+

Artix Linux is mostly Arch Linux, minus systemd of course, and plus packages that +replace it's absence.

+

In order to access packages that may not be available via Artix, it's possible to add +the Arch Linux Extra Mirror.

+ +pacman -S artix-archlinux-support +wget https://archlinux.org/mirrorlist/all/ -O /etc/pacman.d/mirrorlist-arch + + +

Edit /etc/pacman.conf and activate the mirror.

+ +[extra] +Include = /etc/pacman.d/mirrorlist-arch + +

Populate the Arch Linux keyring and synchronize the repository

+ +pacman-key --populate archlinux +pacman -Syu + +
+
+ + + -- cgit v1.3.1