Skip to content

Instantly share code, notes, and snippets.

@frgomes
Created June 14, 2018 21:13
Show Gist options
  • Save frgomes/f9c03b6b22f14d3c030819ee50270072 to your computer and use it in GitHub Desktop.
Save frgomes/f9c03b6b22f14d3c030819ee50270072 to your computer and use it in GitHub Desktop.
Bash - Find printers
#!/bin/bash
sudo apt install avahi-ui-utils kde-zeroconf avahi-utils cups-client -y
sudo lpinfo --include-schemes dnssd -v
# More info: https://www.cups.org/doc/network.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment