watson command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
watson: command not found
or when using sudo you get the following error message
sudo: watson: command not found
Solutions to watson: command not found
How To Fix watson: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu watson is provided by watson package.
watson is:
Watson is here to help you monitoring your time.
You want to know how much time you are spending on your projects? You want to generate a nice report for your client?
Watson is here for you.
This package installs the binary for Python 3.
To fix this problem, we can install more using the command below.
sudo apt-get -y install watson
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install watson.
sudo apt -y install watson
Or if you have aptitude installed you can use the following command.
sudo aptitude install watson
Summary
In this tutorial we learn how to fix watson command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.