Debian packaging for the Python cloudprint proxy utility
# For Jessie/stable deb http://davesteele.github.io/cloudprint-service/repo cloudprint-jessie mainOr
# For Stretch/testing (requires systemd and python-daemon >= 2.0) deb http://davesteele.github.io/cloudprint-service/repo cloudprint-stretch mainAdd the repository key to your apt key ring:
$ wget https://davesteele.github.io/key-366150CE.pub.txt $ sudo apt-key add key-366150CE.pub.txtInstall the packages with :
$ sudo apt-get update $ sudo apt-get install cloudprint cloudprint-serviceThe packages will be updated with every 'apt-get upgrade'.
$ sudo cps-auth ... $ sudo systemctl start cloudprintd.service $ systemctl status cloudprintd.serviceThe service will start automatically from this point on.