hellfire command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
hellfire: command not found
or when using sudo you get the following error message
sudo: hellfire: command not found
Solutions to hellfire: command not found
How To Fix hellfire: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu hellfire is provided by hellfire package.
hellfire is:
Hellfire is a parallelised DNS resolver. It is written in Go and for the purpose of generating input lists to PATHspider, though may be useful for other applications. It supports fetching commonly used domain lists in Internet Measurement Research.
Additional metadata may be looked up from RIPEstat using canid integration.
To fix this problem, we can install more using the command below.
sudo apt-get -y install hellfire
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hellfire.
sudo apt -y install hellfire
Or if you have aptitude installed you can use the following command.
sudo aptitude install hellfire
Summary
In this tutorial we learn how to fix hellfire command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.