saytime command not found
In this troubleshooting guide we learn how to fix saytime command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
saytime: command not found
or when using sudo you get the following error message
sudo: saytime: command not found
Solutions to saytime: command not found
How To Fix saytime: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu saytime is provided by saytime package.
saytime is:
Say the current time through your sound card. Requires you have a sound output device available.
To fix this problem, we can install more using the command below.
sudo apt-get -y install saytime
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install saytime.
sudo apt -y install saytime
Or if you have aptitude installed you can use the following command.
sudo aptitude install saytime
Summary
In this tutorial we learn how to fix saytime command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.