debian-installer-launcher command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
debian-installer-launcher: command not found
or when using sudo you get the following error message
sudo: debian-installer-launcher: command not found
Solutions to debian-installer-launcher: command not found
How To Fix debian-installer-launcher: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu debian-installer-launcher is provided by debian-installer-launcher package.
debian-installer-launcher is:
This is a desktop launcher for Debian Installer images. It is intended to be used on Debian Live systems.
You probably do not want to install this package onto a non-live system, although it will do no harm.
To fix this problem, we can install more using the command below.
sudo apt-get -y install debian-installer-launcher
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install debian-installer-launcher.
sudo apt -y install debian-installer-launcher
Or if you have aptitude installed you can use the following command.
sudo aptitude install debian-installer-launcher
Summary
In this tutorial we learn how to fix debian-installer-launcher command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.