nmrpflash command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nmrpflash: command not found
or when using sudo you get the following error message
sudo: nmrpflash: command not found
Solutions to nmrpflash: command not found
How To Fix nmrpflash: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nmrpflash is provided by nmrpflash package.
nmrpflash is:
nmrpflash uses Netgear’s NMRP protocol (http://www.chubb.wattle.id.au/PeterChubb/nmrp.html) to flash a new firmware image to a compatible device. It has been successfully used on a Netgear EX2700, DNG3700v2, R6220, R7000, D7000, WNR3500, R6400 and R6800, but is likely to be compatible with many other Netgear devices.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nmrpflash
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nmrpflash.
sudo apt -y install nmrpflash
Or if you have aptitude installed you can use the following command.
sudo aptitude install nmrpflash
Summary
In this tutorial we learn how to fix nmrpflash command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.