eTktab command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eTktab: command not found
or when using sudo you get the following error message
sudo: eTktab: command not found
Solutions to eTktab: command not found
How To Fix eTktab: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eTktab is provided by etktab package.
etktab is:
This program is used to write out guitar tablature in the typical style of ASCII tab, often found around the internet. The code is based on TkTab by Giovanni Chierico. Many of the ideas for the alterations found here came from EMACS tablature mode by Mark R. Rubin.
To fix this problem, we can install more using the command below.
sudo apt-get -y install etktab
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install etktab.
sudo apt -y install etktab
Or if you have aptitude installed you can use the following command.
sudo aptitude install etktab
Summary
In this tutorial we learn how to fix eTktab command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.