courierauthconfig command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
courierauthconfig: command not found
or when using sudo you get the following error message
sudo: courierauthconfig: command not found
Solutions to courierauthconfig: command not found
How To Fix courierauthconfig: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu courierauthconfig is provided by courier-authlib-dev package.
courier-authlib-dev is:
This package contains the development libraries and files needed to compile Courier packages that use the Courier authentication library.
To fix this problem, we can install more using the command below.
sudo apt-get -y install courier-authlib-dev
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install courier-authlib-dev.
sudo apt -y install courier-authlib-dev
Or if you have aptitude installed you can use the following command.
sudo aptitude install courier-authlib-dev
Summary
In this tutorial we learn how to fix courierauthconfig command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.