Good evening,
I was not able to install ROOT using
sudo pacman -Syu root
Even though the command is clearly stated on the website (https://root.cern/install/#arch-linux) I get the error
error: target not found: root
And yes, I updated with
sudo pacman -Syu
...but that didn't solve the problem.
If you know why, I am very grateful for your help.
Best regards
Artix has its own package repos. This particular package is not in them. You can install it by enabling Arch repositories (https://wiki.artixlinux.org/Main/Repositories#Arch_repositories), though keep in mind that this configuration isn't supported by Artix.
That worked! Thank you very much.