How to find apt packages that provide a filename: Difference between revisions

From razwiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 13:15, 6 February 2022

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