htag command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
htag: command not found
or when using sudo you get the following error message
sudo: htag: command not found
Solutions to htag: command not found
How To Fix htag: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu htag is provided by htag package.
htag is:
htag is a tagline (aka .signature for those without a Fidonet background) adder but it has now been so over engineered that it will also do anything you want it to[0], do lots of stuff I want it to, and do stuff it wants to.
[0] Or at least it will if you write the appropriate plugin.
To fix this problem, we can install more using the command below.
sudo apt-get -y install htag
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install htag.
sudo apt -y install htag
Or if you have aptitude installed you can use the following command.
sudo aptitude install htag
Summary
In this tutorial we learn how to fix htag command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.