UNetbootin – How to Install and Run UNetbootin

unetbootin

Strangely, but true, you cannot install from the the original site, or run it. So how to install and run UNetBootin?

Best Answer

Install UNetbootin in Ubuntu

Using these few commands, downloading and running it will work.

sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin

Adding repository is necessary for updates and support for older versions of Ubuntu.

Related Question