In bash, whenever I try to run a command which is not installed, I get a message which tells that the package is not installed and how to install it. This functionality is provided by installing the Debian/Ubuntu package command-not-found. But in zsh, it only gives the message command not found. So how do I install this feature in zsh?
