Pay 2 Print Extension - repository extension
- validate size of the print
https://www.cups.org/doc/sharing.html
apt-get install cups
systemctl start cups
systemctl enable cups
lpadmin -p MyPrinterName -o printer-is-shared=true
# set default printer
# lpoptions -d MyPrinterName
cupsctl --share-printers
apt-get install cups-client
# check if printer is shared
lpstat -h 10.5.5.2 -a