usb-creator-kde command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
usb-creator-kde: command not found
or when using sudo you get the following error message
sudo: usb-creator-kde: command not found
Solutions to usb-creator-kde: command not found
How To Fix usb-creator-kde: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu usb-creator-kde is provided by usb-creator-kde package.
usb-creator-kde is:
Startup Disk Creator converts a USB key or SD card into a volume from which you can start up and run Ubuntu. You can also store files and settings in any space left over.
The program also works for Debian, or any other Debian-based OS for which you have a CD or .iso image.
This package contains the KDE client frontend.
To fix this problem, we can install more using the command below.
sudo apt-get -y install usb-creator-kde
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install usb-creator-kde.
sudo apt -y install usb-creator-kde
Or if you have aptitude installed you can use the following command.
sudo aptitude install usb-creator-kde
Summary
In this tutorial we learn how to fix usb-creator-kde command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.