mutt_vc_query command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mutt_vc_query: command not found
or when using sudo you get the following error message
sudo: mutt_vc_query: command not found
Solutions to mutt_vc_query: command not found
How To Fix mutt_vc_query: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mutt_vc_query is provided by mutt-vc-query package.
mutt-vc-query is:
This package contains a utility for doing queries to a vCard data file from the mutt mail user agent using mutt’s query_command. You will then be able to query email addresses from the data file when you use the `Q’ command in mutt.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mutt-vc-query
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mutt-vc-query.
sudo apt -y install mutt-vc-query
Or if you have aptitude installed you can use the following command.
sudo aptitude install mutt-vc-query
Summary
In this tutorial we learn how to fix mutt_vc_query command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.