When the package command-not-found is installed, a package is suggested if a command is invoked which is not installed, for instance
$ convert
The program 'convert' is currently not installed. To run 'convert' please ask your administrator to install the package 'imagemagick'
convert: command not found
If command-not-found is not installed, is there an apt command I can invoke to find which package provides a specific binary? In this case the apt-cache search command is too unspecific.