User Tools

Site Tools


arch:cups-network-printing

This is an old revision of the document!


Network Printing in Arch Linux

sudo pacman -S cups cups-browsed avahi nss-mdns

Edit /etc/nsswitch.conf and change the line:

hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns

into

hosts: mymachines mdns_minimal [NOTFOUND=return] resolve [!UNAVAIL=return] files myhostname dns

Then enable services

sudo systemctl enable --now avahi-daemon
sudo systemctl enable --now cups
sudo systemctl enable --now cups
arch/cups-network-printing.1703627066.txt.gz · Last modified: (external edit)