molotov command not found

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

Introduction

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

molotov: command not found

or when using sudo you get the following error message

sudo: molotov: command not found

Solutions to molotov: command not found

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

In Ubuntu molotov is provided by molotov package.

molotov is:

The Molotov project aims to make it easy to create a bootable flash drive for Windows 10 installation. What you need is a Windows® 10 iso image which can be downloaded from Microsoft’s website and a flash drive with at least 8Gb. This program may work in older versions of Windows as well, although it is not supported.

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

sudo apt-get -y install molotov

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

You can also use apt command to install molotov.

sudo apt -y install molotov

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

sudo aptitude install molotov

Summary

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