How to find apt packages that provide a filename

From razwiki
Revision as of 13:15, 6 February 2022 by Razzi (talk | contribs) (Created page with " EmbeddedController $ sudo apt-file search ftdi.h libftdi-dev: /usr/include/ftdi.h Have to install apt-file first: sudo apt install apt-file And build the database: sud...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
EmbeddedController $ sudo apt-file search ftdi.h
libftdi-dev: /usr/include/ftdi.h

Have to install apt-file first:

sudo apt install apt-file

And build the database:

sudo apt-file update