Re: Adding a Printer.
Reply #9 –
The answer is here :
https://wiki.archlinux.org/title/users_and_groups#User_groups
systemd is a kind of "Windows" which drives your Linux system in the background :-/
For KDE Plasma you can add octopi:
sudo pacman -Sy octopi
However pamac is also very good and can be used:
sudo pacman -Sy pamac-gtk
In these two graphical utilities, you can enable AUR repositories.
But be careful when adding AUR packages: it can become a mess if you don't know what you're doing!
Personally, I installed a few Aur packages, but then as a precaution I disabled this repository in octopi and in pamac
********
"As of June 2021, all Arch repositories are disabled by default. To enable them, install artix-archlinux-support and follow the on-screen instructions to activate the Arch repositories you want, most likely extra, community and multilib, which contain packages not yet in Artix repositories. Do not enable community alone as it contains packages dependent on others in extra."
https://wiki.artixlinux.org/Main/Repositories#Arch_repositories
If you want to install packages that are not in the artix repositories, you add the TWO extra and community repositories in /etc/pacman.conf:
sudo nano /etc/pacman.conf
And you add this:
# ARCHLINUX
[extra]
Include = /etc/pacman.d/mirrorlist-arch
[community]
Include = /etc/pacman.d/mirrorlist-arch
Update the system:
sudo pacman -Syyu