1. Ubuntu 18.04打印服务器惠普P1106配置_Linux_运维开发网_运维开发技术经验分享 (qedev.com)
  2. HP Developers Portal | HP LaserJet Professional p1106 Printer
  3. HP Developers Portal | Installer Walkthrough
  1. 使用apt安装HP(惠普)打印机所需的依赖包(管理工具):
1
sudo apt install hplip
  1. 再安装HP所需的驱动程序
1
2
3
# hp-setup - Printer/Fax Setup Utility
# Installs HPLIP printers and faxes in the CUPS spooler. Tries to automatically determine the correct PPD file to use. Allows the
hp-setup -i

PPD (PostScript Printer Description) 打印机的页面描述,类似于表示如何让计算机驱动该打印机

PostScript Printer Description - Wikipedia

  1. 重启cups服务
1
2
3
sudo service cups restart
or
sudo systemctl restart cups
  1. 进入localhost:631页面,631端口是cups服务的默认端口。选择Administration,勾选“Share printers connected to this system”和“Allow remote administration”。