Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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

share|improve this question
Can you please check the executable permission? As far as I can remember the downloaded file executes directly. No need to execute apt-get install. Be sure to execute from ext file system. BTW in linux you can use Ububtu start up disk creator. I never needed unetbootin in ubuntu. – Web-E Nov 16 '12 at 12:10
I have tried that, it doesn't work. So, I have created a solution, below. – owl Nov 16 '12 at 13:01
If downloaded from the project's site, I believe it will not prompt you for sudo creds when you run it, so try running it from a terminal with sudo. Personally, I second the other options of simply installing from the repositories (sudo apt-get install unetbootin), using the Ubuntu Startup Disk creator, or simply using dd (sudo dd if=/path/to/something.iso of=/dev/sdx bs=8M; sync) – Jayson Rowe Nov 16 '12 at 13:14

1 Answer

up vote 3 down vote accepted

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.

share|improve this answer
Why do you want to add ppa? unetbootin is available in repositories . Just use sudo apt-get install unetbootin – devav2 Nov 16 '12 at 10:52
For some older versions, they do not support the command you have just stated, they have to add a repository first. – owl Nov 16 '12 at 11:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.