Find packages based on files they contain inside-debian/ubuntu
Posted on December 21st, 2007 by linux
error: linux/config.h: No such file or directory
Problems with source code compilation are very common. Usually it is because missing files or packages as in example above.
To Search for package which contains config.h files is very easy:
first install apt-file
apt-get install apt-file
then update apt-file
apt-file update
All you need to do is now instruct apt-file command to search for linux/config.h file :
apt-file search linux/config.h
Filed under: Administration, Debian, Fedora, Linux