Skip to content

Instantly share code, notes, and snippets.

@smycek
Created September 15, 2021 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smycek/cd81d3c1197d09e8ebe00c04275a4efb to your computer and use it in GitHub Desktop.
Save smycek/cd81d3c1197d09e8ebe00c04275a4efb to your computer and use it in GitHub Desktop.
Search for Available SANE packages on debian/apt based linux distributions
sudo apt update && apt search sane | grep -e '^sane' -e 'libsane'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment