slashtime command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
slashtime: command not found
or when using sudo you get the following error message
sudo: slashtime: command not found
Solutions to slashtime: command not found
How To Fix slashtime: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu slashtime is provided by slashtime package.
slashtime is:
A small program which displays the time in various places. It has a compact display of locations along with supporting information such as the date and the abbreviated code used to name that timezone.
Time data displayed will be as accurate as the system’s zoneinfo data is used. Somewhat unusually, Slashtime shows the offset from the current location, not from UTC. When running you can change the center point by double-clicking on another city.
There is a meeting planner built into Slashtime. You can specify a date and time and see what the corresponding time in other locations will be.
To fix this problem, we can install more using the command below.
sudo apt-get -y install slashtime
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install slashtime.
sudo apt -y install slashtime
Or if you have aptitude installed you can use the following command.
sudo aptitude install slashtime
Summary
In this tutorial we learn how to fix slashtime command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.