Tag Archives: dpkg

How To Find What Package Provided a File?

Earlier today I found myself in a situation where one Ubuntu machine was missing an executable available on the second. After trying to guess the package name a few times without success I pulled this little number out of my bag of tricks: cedwards@monkey:~$ dpkg -S $(which host) bind9-host: /usr/bin/host As you can see, this… Read More »