quickml command not found

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

Introduction

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

quickml: command not found

or when using sudo you get the following error message

sudo: quickml: command not found

Solutions to quickml: command not found

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

In Ubuntu quickml 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 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.