timew command not found

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

Introduction

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

timew: command not found

or when using sudo you get the following error message

sudo: timew: command not found

Solutions to timew: command not found

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

In Ubuntu timew is provided by timewarrior package.

timewarrior is:

Timewarrior is a time tracking utility that offers simple stopwatch features as well as sophisticated calendar-based backfill, along with flexible reporting.

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

sudo apt-get -y install timewarrior

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

You can also use apt command to install timewarrior.

sudo apt -y install timewarrior

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

sudo aptitude install timewarrior

Summary

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