在Ubuntu上使用TigerVNC实现远程打印,需通过配置CUPS(通用Unix打印系统)实现,步骤如下:
sudo apt update
sudo apt install tigervnc-standalone-server
vncserver :1 # 首次运行会提示设置密码
sudo apt install cups
sudo systemctl start cups
sudo systemctl enable cups
/etc/cups/cupsd.conf,找到<Location />段落,添加或修改为:<Location />
Order allow,deny
Allow all
</Location>
然后重启CUPS:sudo systemctl restart cups
sudo apt install cups-client # Ubuntu客户端
http://服务器IP:631),登录后添加网络打印机,输入服务器IP和打印机名称即可。注意: