Re: Printer Installer
Reply #3 –
"sudo groupadd cups"
why create a group "cups"? If he need admin printer, he need group "sys" or "wheel" https://wiki.archlinux.org/index.php/Users_and_groups#Group_list
He need not gutenprint, if he install hplip (evidently a HP printer). and fuse is not necessary too, printers today use USB directly (if not 30 years old printer).
My HP printer under openrc workks very well, imho without cups group:
[alium@picasso ~]$ groups
http games dbus ntp network scanner power users video storage lp disk optical audio wheel
install printer is more easier
pacman -S cups-openrc
rc-update add cupsd
rc-service cupsd start
hp-setup (if he use hplip)
if permission problem, add user to sys or wheel sudo usermod -a -G sys user