tk5 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tk5: command not found
or when using sudo you get the following error message
sudo: tk5: command not found
Solutions to tk5: command not found
How To Fix tk5: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tk5 is provided by tk5 package.
tk5 is:
tk5 is open source software designed for the ICOM IC-R5 receiver. The current version can:
Read a memory image from an IC-R5 receiver, an ICF file, an IC5 file, or a native tr5 file. Using a graphical interface, display data from a memory image and let a user change the limit search bank, television bank, and most other settings. Import memory channel data from a csv (comma-separated values) file. Export memory channel data to a csv file. Enable a hidden 70-channel Television bank. Write the results back to the radio.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tk5
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tk5.
sudo apt -y install tk5
Or if you have aptitude installed you can use the following command.
sudo aptitude install tk5
Summary
In this tutorial we learn how to fix tk5 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.