Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Jiscona on 25 December 2022, 01:49:10

Title: [SOLVED] pacman is not able to install ROOT
Post by: Jiscona on 25 December 2022, 01:49:10
Good evening,

I was not able to install ROOT using
Code: [Select]
sudo pacman -Syu root

Even though the command is clearly stated on the website (https://root.cern/install/#arch-linux) I get the error
Code: [Select]
error: target not found: root
And yes, I updated with
Code: [Select]
sudo pacman -Syu
...but that didn't solve the problem.

If you know why, I am very grateful for your help.

Best regards
Title: Re: pacman is not able to install ROOT
Post by: corysanin on 25 December 2022, 04:46:53
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.
Title: Re: pacman is not able to install ROOT
Post by: Jiscona on 25 December 2022, 20:43:03
That worked! Thank you very much.