tucnak command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tucnak: command not found
or when using sudo you get the following error message
sudo: tucnak: command not found
Solutions to tucnak: command not found
How To Fix tucnak: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tucnak is provided by tucnak package.
tucnak is:
Tucnak is a VHF/UHF/SHF logging program for hamradio contests. It supports multi bands, free input, networking, voice and CW keyer, WWL database and much more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tucnak
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tucnak.
sudo apt -y install tucnak
Or if you have aptitude installed you can use the following command.
sudo aptitude install tucnak
Summary
In this tutorial we learn how to fix tucnak command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.