grml2iso command not found

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

Introduction

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

grml2iso: command not found

or when using sudo you get the following error message

sudo: grml2iso: command not found

Solutions to grml2iso: command not found

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

In Ubuntu grml2iso is provided by grml2usb package.

grml2usb is:

This script installs a Grml ISO to an USB device to be able to boot from it. Make sure you have at least one Grml ISO or a running Grml system (/run/live/medium) available.

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

sudo apt-get -y install grml2usb

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

You can also use apt command to install grml2usb.

sudo apt -y install grml2usb

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

sudo aptitude install grml2usb

Summary

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