twclock command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
twclock: command not found
or when using sudo you get the following error message
sudo: twclock: command not found
Solutions to twclock: command not found
How To Fix twclock: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu twclock is provided by twclock package.
twclock is:
It also has an ID timer to generate a CW ID via your soundcard and pulseaudio. Connect the output of your soundcard to the audio-in pin of your rig’s accessory jack to have it transmitted.
This program is a clock designed for ham radio operators, anyone who needs the time of day someplace else in the world, or anyone tired of the same old look of their clock. It can display the current time and date in hundreds of cities around the world.
To fix this problem, we can install more using the command below.
sudo apt-get -y install twclock
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install twclock.
sudo apt -y install twclock
Or if you have aptitude installed you can use the following command.
sudo aptitude install twclock
Summary
In this tutorial we learn how to fix twclock command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.