How to install startup disk creator in Ubuntu 19.04

I know I'm supposed to have the Startup Disk Creator installed in the Ubuntu 19.04 version, but I ran the

apt policy usb-creator-gtk

And got

usb-creator-gtk: Installed: (none) Candidate: 0.3.5 Version table: 0.3.5 500 500 disco/main amd64 Packages

What I want to do is boot my other PC with a USB stick, I've already installed the Ubuntu 19.04 on the USB stick, but the PC is not detecting it (it is not in FAT16 format, and I can't figure out how to reformat it).

6

1 Answer

To install the application, run the following commands:

sudo apt update
sudo apt install usb-creator-gtk

Additionally, if you are running KDE or Kubuntu instead of Ubuntu or Ubuntu Gnome, then you should probably use usb-creator-kde instead of usb-creator-gtk:

sudo apt update
sudo apt install usb-creator-kde

Furthermore, if you are using LXQT on Lubuntu, then you probably want to use usb-creator-kde.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like