notmuch-mutt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
notmuch-mutt: command not found
or when using sudo you get the following error message
sudo: notmuch-mutt: command not found
Solutions to notmuch-mutt: command not found
How To Fix notmuch-mutt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu notmuch-mutt is provided by notmuch-mutt package.
notmuch-mutt is:
notmuch-mutt provides integration among the Mutt mail user agent and the Notmuch mail indexer.
notmuch-mutt offer two main integration features. The first one is the ability of stating a search query interactively and then jump to a fresh Maildir containing its search results only. The second one is the ability to reconstruct threads on the fly starting from the current highlighted mail.
To fix this problem, we can install more using the command below.
sudo apt-get -y install notmuch-mutt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install notmuch-mutt.
sudo apt -y install notmuch-mutt
Or if you have aptitude installed you can use the following command.
sudo aptitude install notmuch-mutt
Summary
In this tutorial we learn how to fix notmuch-mutt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.