quitcount command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
quitcount: command not found
or when using sudo you get the following error message
sudo: quitcount: command not found
Solutions to quitcount: command not found
How To Fix quitcount: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu quitcount is provided by quitcount package.
quitcount is:
QuitCount is a simple counter that shows what you spared since you quit smoking. Once you tell it the date you quit, how much you smoked, and how much it cost, it’ll tell you how many cigarettes you didn’t smoke since, and how much it makes in terms of money, tar, and life expectancy.
To fix this problem, we can install more using the command below.
sudo apt-get -y install quitcount
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install quitcount.
sudo apt -y install quitcount
Or if you have aptitude installed you can use the following command.
sudo aptitude install quitcount
Summary
In this tutorial we learn how to fix quitcount command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.