How to install UNetbootin in ubuntu
UNetbootin allows you to create bootable Live USB drives for a variety of Linux distributions from Windows or Linux, without requiring you to burn a CD. You can either let it download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file if you’ve already downloaded one or your preferred distribution isn’t on the list.
UNetbootin can create a bootable Live USB drive, or it can make a “frugal install” on your local hard disk if you don’t have a USB drive. It can load distributions by automatically downloading their ISO (CD image) files, or by using existing ISO files, floppy/hard disk images, or kernel/initrd files, for installing other distributions.
Install UNetbootin in ubuntu
Option1:For Ubuntu 9.10 and higher,just run following three commands in Applications->Accessories->Terminal to install UNetbootin from PPA:
sudo add-apt-repository ppa:gezakovacs/ppa sudo apt-get update sudo apt-get install unetbootin
Option2: First,edit /etc/apt/source.list by this command:
sudo gedit /etc/apt/sources.list
Add one of following lines to the file,then save and close.
For ubuntu 10.04:
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu lucid main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu lucid main
For ubuntu 9.04:
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu jaunty main
For ubuntu 9.10(karmic):
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu karmic main
For ubuntu 8.10:
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu intrepid main
For ubuntu 8.04:
deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/gezakovacs/ppa/ubuntu hardy main
Now,add the GPG key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
Update and install UNetbootin:
sudo apt-get update
sudo apt-get install unetbootin
Go to Applications->System Tools->UNetbootin
Related posts:
- Create a Bootable USB Flash Drive with UNetbootin
- Create bootable Live USB Ubuntu with UNetbootin
- Install Moovida Media center in Ubuntu 9.10(Karmic)
- Install Google chrome web browser in Ubuntu
- Install/Upgrade latest Ubuntu-Tweak in Ubuntu9.10/9.04/8.10/8.04


Reader Comments
thanks please let me quote for my blog
[Reply]
Is it persistent?
[Reply]
admin Reply:
March 24th, 2010 at 11:51 pm
yea,it is.See the sourcepage:http://unetbootin.sourceforge.net/
[Reply]
it,s really good and working…
[Reply]
For 9.04 or later, you just need to execute:
sudo add-apt-repository ppa:gezakovacs/ppa
and then,
sudo apt-get update
sudo apt-get install unetbootin
(as stated here: https://launchpad.net/~gezakovacs/+archive/ppa)
[Reply]
help me please
i have :
” Ошибка: http://ppa.launchpad.net lucid Release: Следующие подписи не могут быть проверены, так как недоступен открытый ключ: NO_PUBKEY D45DF2E8FC91AE7E
“
[Reply]
admin Reply:
August 30th, 2010 at 10:18 am
Sounds like you miss GPG key.For no_pubkey problem,you can read:http://ubuntuguide.net/fixing-out-apt-i-gpg-errorno_pubkey.
BTW:In Ubuntu 10.04(Lucid),you can install UNetbootin just by three commands:
sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin
[Reply]