Debian Package management has a command it called apt-file, It can search for a file on repository:
It search for NetCat in repository and returns a package that contain nc command.
Now, I have set of header file and I want to install them, How can I find their package name?
Code:
apt-file search nc
Now, I have set of header file and I want to install them, How can I find their package name?