Using dpkg, I see that Chef version 11.2.0 is currently installed:
$ dpkg -l | grep -i 'chef'
ii chef 11.2.0-1.ubuntu.11.04 The full stack of chef
I'm building another server and want to use that exact package. I'm assuming that either apt or dpkg put it somewhere, how do I determine where the original installer resides?
I see a bunch of .deb files in /var/cache/apt/archives/, however none appear to be for Chef.
EDIT:
I found the debian installer on the Opscode web site:
After I installed it using sudo dpkg -i chef_11.2.0-1.ubuntu.11.04_amd64.deb, I tried the locate command as recommended by waltinator, and it didn't return any results.
Am I to assume, then, that packages installed manually like this are NOT added to the local apt archive?