ohmyzsh/plugins/command-not-found
Christian Kilmer 763aab3271
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Failing after 2s
fix(command-not-found): support latest homebrew (#13327)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-09-23 11:57:21 +02:00
..
command-not-found.plugin.zsh fix(command-not-found): support latest homebrew (#13327) 2025-09-23 11:57:21 +02:00
README.md docs(command-not-found): mention gentoo support (#12530) 2024-07-02 17:21:21 +02:00

command-not-found plugin

This plugin uses the command-not-found package for zsh to provide suggested packages to be installed if a command cannot be found.

To use it, add command-not-found to the plugins array of your zshrc file:

plugins=(... command-not-found)

An example of how this plugin works in Ubuntu:

$ mutt
The program 'mutt' can be found in the following packages:
 * mutt
 * mutt-kz
 * mutt-patched
Try: sudo apt install <selected package>

Supported platforms

It works out of the box with the command-not-found packages for:

You can add support for other platforms by submitting a Pull Request.