Printer - Scanner on Arch Linux

 

- Instal Printer Driver HP on arch linux:

 sudo pacman -S cups

systemctl enable cups && systemctl start cups

sudo pacman -S  system-config-printer

sudo pacman -S hplip-plugin

yay -S hpuld

- Config Printer

sudo hp-setup -i <IP Printer>

- Install scanner:

sudo pacman -S sane
yay -S xsane

 - Config print pdf file to printer

lpadmin -p <Printer_name> -o pdftops-renderer-default=pdftops

- Printer manager over web:

https://localhost:631 

user/pass is on system

 

Post a Comment