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?