muttprofile command not found

In this troubleshooting guide we learn how to fix muttprofile command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

muttprofile: command not found

or when using sudo you get the following error message

sudo: muttprofile: command not found

Solutions to muttprofile: command not found

How To Fix muttprofile: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu muttprofile is provided by muttprofile package.

muttprofile is:

A profile in Mutt is simply a specific subset of the configuration. You may have a personal and a work profile, each of which uses the same base configuration and then overrides specific configuration items like the email address.

muttprofile gives an easy way to switch between such profiles from within a running instance of Mutt. Quite simple and quite beautiful, and implemented in perl.

To fix this problem, we can install more using the command below.

sudo apt-get -y install muttprofile

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install muttprofile.

sudo apt -y install muttprofile

Or if you have aptitude installed you can use the following command.

sudo aptitude install muttprofile

Summary

In this tutorial we learn how to fix muttprofile command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.