quickml-ctl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
quickml-ctl: command not found
or when using sudo you get the following error message
sudo: quickml-ctl: command not found
Solutions to quickml-ctl: command not found
How To Fix quickml-ctl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu quickml-ctl is provided by quickml package.
quickml is:
quickml server is a very-easy-to-use mailing list system. quickml server provides very-easy-to-use mailing list service. http://quickml.com/quickml/
To fix this problem, we can install more using the command below.
sudo apt-get -y install quickml
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install quickml.
sudo apt -y install quickml
Or if you have aptitude installed you can use the following command.
sudo aptitude install quickml
Summary
In this tutorial we learn how to fix quickml-ctl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.