Add printer using cups
Install cups
bash
sudo pacman -S cupsEnable cups service
bash
sudo systemctl enable cups.service
sudo systemctl enable cups.socket
sudo systemctl start cups.serviceAdd printer
This has only be tested with a Canon MF742CDW printer. The everywhere driver is used for nearly all modern networks printers sold since about 2009.
bash
lpadmin -p printername -E -v ipp://<YOUR_PRINTER_IP>/ipp/print -m everywhereReferences
- Arch Wiki
- Local documentation at
localhost:631only when cups service is running.