dell-recovery command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dell-recovery: command not found
or when using sudo you get the following error message
sudo: dell-recovery: command not found
Solutions to dell-recovery: command not found
How To Fix dell-recovery: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dell-recovery is provided by dell-recovery package.
dell-recovery is:
This package is used to produce a Dell recovery media image. It then uses known open source tools to write the image to a USB flash drive or DVD writer.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dell-recovery
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dell-recovery.
sudo apt -y install dell-recovery
Or if you have aptitude installed you can use the following command.
sudo aptitude install dell-recovery
Summary
In this tutorial we learn how to fix dell-recovery command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.