fireqos command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
fireqos: command not found
or when using sudo you get the following error message
sudo: fireqos: command not found
Solutions to fireqos: command not found
How To Fix fireqos: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fireqos is provided by fireqos package.
fireqos is:
FireQOS generates generic traffic shapers with an extremely simple but powerful configuration language based on bash, enabling you to design any kind of traffic shaping with ease.
FireQOS is the traffic shaper counterpart of the FireHOL firewall; both FireHOL and FireQOS support IPv4 and IPv6.
This package provides the traffic shaping tool program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fireqos
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fireqos.
sudo apt -y install fireqos
Or if you have aptitude installed you can use the following command.
sudo aptitude install fireqos
Summary
In this tutorial we learn how to fix fireqos command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.