boxer command not found
In this troubleshooting guide we learn how to fix boxer command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
boxer: command not found
or when using sudo you get the following error message
sudo: boxer: command not found
Solutions to boxer: command not found
How To Fix boxer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu boxer is provided by boxer package.
boxer is:
Boxer is a tool for system deployment and for composing blends, i.e designing how to have a distribution unfold onto boxes.
To fix this problem, we can install more using the command below.
sudo apt-get -y install boxer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install boxer.
sudo apt -y install boxer
Or if you have aptitude installed you can use the following command.
sudo aptitude install boxer
Summary
In this tutorial we learn how to fix boxer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.