fakemachine command not found
In this troubleshooting guide we learn how to fix fakemachine command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fakemachine: command not found
or when using sudo you get the following error message
sudo: fakemachine: command not found
Solutions to fakemachine: command not found
How To Fix fakemachine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fakemachine is provided by fakemachine package.
fakemachine is:
Create and spawn virtual machines for building images with debos tool.
To fix this problem, we can install more using the command below.
sudo apt-get -y install fakemachine
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fakemachine.
sudo apt -y install fakemachine
Or if you have aptitude installed you can use the following command.
sudo aptitude install fakemachine
Summary
In this tutorial we learn how to fix fakemachine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.