Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] pacman is not able to install ROOT (Read 359 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] pacman is not able to install ROOT

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 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

Re: pacman is not able to install ROOT

Reply #1
Artix has its own package repos. This particular package is not in them. You can install it by enabling Arch repositories, though keep in mind that this configuration isn't supported by Artix.

 

Re: pacman is not able to install ROOT

Reply #2
That worked! Thank you very much.