guymager command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
guymager: command not found
or when using sudo you get the following error message
sudo: guymager: command not found
Solutions to guymager: command not found
How To Fix guymager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu guymager is provided by guymager package.
guymager is:
The forensic imager contained in this package, guymager, was designed to support different image file formats, to be most user-friendly and to run really fast. It has a high speed multi-threaded engine using parallel compression for best performance on multi-processor and hyper-threading machines.
To fix this problem, we can install more using the command below.
sudo apt-get -y install guymager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install guymager.
sudo apt -y install guymager
Or if you have aptitude installed you can use the following command.
sudo aptitude install guymager
Summary
In this tutorial we learn how to fix guymager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.