How to find the package that provides a specific file:
$ dpkg ?S /bin/ls
coreutils: /bin/lsHow to find the package even if it's not installed that provides a specific file:
First you need to install apt-file
$ sudo apt-file updateNow you can look for the packe by
$ apt-file search /usr/bin/jove
jove: usr/bin/jove




0 Responses to “How to find the package which contains a specific file or directory”
Leave a Reply