supermin command not found

In this troubleshooting guide we learn how to fix supermin command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

supermin: command not found

or when using sudo you get the following error message

sudo: supermin: command not found

Solutions to supermin: command not found

How To Fix supermin: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu supermin is provided by supermin package.

supermin is:

Supermin appliances are tiny appliances, similar to virtual machine images, usually around 100KB in size, which get fully instantiated on-the-fly in a fraction of a second to a filesystem image when they are booted.

To fix this problem, we can install more using the command below.

sudo apt-get -y install supermin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install supermin.

sudo apt -y install supermin

Or if you have aptitude installed you can use the following command.

sudo aptitude install supermin

Summary

In this tutorial we learn how to fix supermin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.