gnome-multi-writer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-multi-writer: command not found
or when using sudo you get the following error message
sudo: gnome-multi-writer: command not found
Solutions to gnome-multi-writer: command not found
How To Fix gnome-multi-writer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-multi-writer is provided by gnome-multi-writer package.
gnome-multi-writer is:
MultiWriter can be used to write an ISO file to multiple USB devices at once. Supported drive sizes are between 1Gb and 32Gb.
MultiWriter may be useful for QA testing, to create a GNOME Live image for a code sprint or to create hundreds of LiveUSB drives for a trade show.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-multi-writer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-multi-writer.
sudo apt -y install gnome-multi-writer
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-multi-writer
Summary
In this tutorial we learn how to fix gnome-multi-writer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.