Artix Linux Forum

Artix Linux => Package management => Topic started by: WordsOfPower on 31 May 2022, 21:52:18

Title: How can I get pacman not to ask me where to take packages from?
Post by: WordsOfPower on 31 May 2022, 21:52:18
Running pacman -S commands gives me prompts, unlike other Arch-based distros I've tried

When it gives me options, I have no idea which to take

If 1 is the default, I'm happy to go with that

How do I stop it from asking me?

Thanks
Title: Re: How can I get pacman not to ask me where to take packages from?
Post by: Hitman on 31 May 2022, 22:09:48
Just add --noconfirm
Title: Re: How can I get pacman not to ask me where to take packages from?
Post by: riri on 29 August 2022, 13:46:18
The problem is that it disables all dialogs, and some could be important.
A better solution would be to tell pacman to prefer one repository over another (maybe the first found in pacman.conf), but that's a pacman evolution, not an Artix issue