cronometer command not found

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

Introduction

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

cronometer: command not found

or when using sudo you get the following error message

sudo: cronometer: command not found

Solutions to cronometer: command not found

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

In Ubuntu cronometer is provided by cronometer package.

cronometer is:

Easy to use daily nutrient intake tracker that includes nutritional information on over 8000 foods. User can create, import and export custom foods and recipes as well as set personal targets for each nutrient. CRON-O-Meter can also track and chart your biometrics (weight, blood pressure, temperature, etc) and generate detailed reports on your nutritional intake.

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

sudo apt-get -y install cronometer

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

You can also use apt command to install cronometer.

sudo apt -y install cronometer

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

sudo aptitude install cronometer

Summary

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