kronometer command not found

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

Introduction

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

kronometer: command not found

or when using sudo you get the following error message

sudo: kronometer: command not found

Solutions to kronometer: command not found

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

In Ubuntu kronometer is provided by kronometer package.

kronometer is:

Kronometer is a stopwatch application.

Kronometer’s main features are the following:

  • start/pause/resume the stopwatch widget
  • laps recording: you can capture the stopwatch time when you want and add a note to it
  • lap times sorting: you can easily find the shortest lap time or the longest one
  • reset the stopwatch widget and the lap times
  • time format settings: you can choose the stopwatch granularity
  • times saving and resuming: you can save the stopwatch status and resume it later
  • font customization: you can choose the fonts for each of the stopwatch digits
  • color customization: you can choose the color for the stopwatch digits and the stopwatch background
  • lap times export: you can export the lap times on a file using the JSON or CSV format

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

sudo apt-get -y install kronometer

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

You can also use apt command to install kronometer.

sudo apt -y install kronometer

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

sudo aptitude install kronometer

Summary

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