nrg2iso command not found

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

Introduction

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

nrg2iso: command not found

or when using sudo you get the following error message

sudo: nrg2iso: command not found

Solutions to nrg2iso: command not found

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

In Ubuntu nrg2iso is provided by nrg2iso package.

nrg2iso is:

nrg2iso is a very simple command line tool to extract the ISO9660 CD image data from Nero “.nrg” files.

nrg2iso is very simple to use and even displays a progress bar to give the status of the conversion!

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

sudo apt-get -y install nrg2iso

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

You can also use apt command to install nrg2iso.

sudo apt -y install nrg2iso

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

sudo aptitude install nrg2iso

Summary

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