hlins command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hlins: command not found
or when using sudo you get the following error message
sudo: hlins: command not found
Solutions to hlins: command not found
How To Fix hlins: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hlins is provided by hlins package.
hlins is:
Hlins is a tool to insert hypertext links into HTML documents, using a database with entries of the form “name = url”. It is designed for inserting URLs of real persons: it knows about abbreviations of first and middle names and tolerates dropping the second part of a composite last name.
To fix this problem, we can install more using the command below.
sudo apt-get -y install hlins
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hlins.
sudo apt -y install hlins
Or if you have aptitude installed you can use the following command.
sudo aptitude install hlins
Summary
In this tutorial we learn how to fix hlins command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.