I booted my laptop with Ubuntu 18.04 (Try Ubuntu without installing method). Then, I ran the following command:
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo add-apt-repository ppa:gezakovacs
sudo apt install unetbootin
I am getting the following message:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
unetbootin : Depends: gksu but it is not installable or
kdesudo but it is not installable
Recommends: extlinux but it is not going to be installed
Recommends: unetbootin-translations but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I googled a bit and found that in cases like this, we should search the package name in https://packages.ubuntu.com and I did, the results are here but I don't see a Bionic
name there. Does this mean I can't install Unetbootin
in Ubuntu 18.04? If I can, please tell me how to do it?
Update: instructions below no longer needed
Newer versions of Unetbootin no longer require the workarounds below. Just install using the official UNetbootin PPA:
Old answer (for reference):
It seems Unetbootin is not yet tweaked to work in Ubuntu 18.04 LTS.
I get the same errors as you. Unetbootin must not depend on program packages, that are no longer available.
gksu
andkdesudo
are deprecated and should no longer be used.Try another tool. mkusb works in 18.04 LTS.
Edit 1:
The version uploaded a few of days ago to Launchpad does not work (today, 2018-05-01),
See launchpad.net/~gezakovacs/+archive/ubuntu/ppa
But @Eskander Bejaoui found a working version via Github,
Edit 2:
The Unetbootin PPA has been upgraded to a version, that works, also when installed via the PPA, confirmed 2018-06-26 by @Ivan Yarych.
The official UNetbootin PPA now explicitly supports Ubuntu ≥ 18.04 (Bionic Beaver). Ergo, the official UNetbootin installation instructions still apply:
Under no circumstances should users attempt to manually inject Ubuntu 17.10 (Artful Aardvark) repositories into Ubuntu ≥ 18.04, as dangerously suggested by the currently accepted answer. Likewise, there's no demonstrable need to switch to the considerably lower-level
mkusb
utility (also available only by PPA), as suggested by yet another answer.Thanks to owl for a surprisingly relevant ancient answer inspiring the above instructions.