Re: Installing Discover or other GUI Package managers
Reply #1 –
Discover is in the Artix repos, if you try typing:
# pacman -Si discover
into a terminal you should see more about it, and to update then install it (you should usually update before installing new packages):
# pacman -Syu
(probably reboot to be safe)
# pacman -S discover
But the risks aren't so much security, in fact it may make your system more secure because even you won't be able to get into it. It's more that it just might not work properly. I don't use KDE and haven't heard Discover mentioned a lot if ever, so don't know how well it is integrated and maintained. Octopi and Pamac are the main 2 GUI package managers in use here. Pamac is a Manjaro project so on rare occasions if it goes wrong due to an update that takes a while to fix it may not work in Artix for a week or two, because Manjaro is deliberately a bit behind in package version updates for stability, but overall it is quite well maintained and easy to use and mostly works OK.
The recommendation to use pacman is mainly because you won't miss any of the warning messages it shows, but I think Pamac may display those too iirc, not sure if Octopi does but it might.