ohmyzsh/plugins/command-not-found/README.md
Vinfall acc2b4eb36 docs(command-not-found): update links for ubuntu, arch and homebrew
- ubuntu: link to official launchpad page
- arch: link to instruction specific to zsh as it's ohmyzsh not ohmysh
- homebrew: original repo is archived and merged into brew
2026-01-20 10:04:27 +08:00

1.4 KiB

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.