How to install UNetbootin on Ubuntu 20.04 and up to Ubuntu 18.04

UNetbootin on Ubuntu 20.04

For several years now, after a certain new security feature was introduced for APT repositories, it is somewhat more difficult to install third-party software. On the other hand, sometimes it is Canonical who decides to remove some software from its repositories, such as UNetbootin, a small application to create Live USB that some time ago we could install from any software center or via "apt install". The software was still available from its website, but here we will show you how to install it via repository.

Explained here it is tested on Ubuntu 20.04 and 18.04, although we will explain two systems. The simplest works in Bionic Beaver, which means that it should not present problems on 19.10 either, which will continue to enjoy support until July of this year. In any case, at the time of writing, a little more work has to be done to install it on Focal Fossa, an operating system that will be officially launched next Thursday, April 23. We go on to explain the steps to install UNetbootin in Ubuntu via the repository and from its binaries.

UNetbootin on Focal Fossa and Bionic Beaver, two different systems

The first and only thing in Bionic Beaver that we have to do is write the commands to add the repository, update the packages and install the software, which are the following:

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

Right now Ubuntu 20.04 shows a dependencies error when trying to use this repository to install UNetbootin, and this is something we don't know if it will change in the future, and if it does, when it will work properly. It may be when the system is officially launched, after a few weeks, months or never, but there is another way to install UNetbootin from the binaries which is the following:

  1. With Firefox, Chrome or any browser that allows you to download files, we go to the official page of the project, which we can access from this link.
  2. Next, we open a terminal window and go to the download path, which by default is usually Downloads (you have to change the command if we have changed this setting):
cd Downloads
  1. We write "ls" without the quotes to see the available files. We will see the Bin file for UNetbootin.
  2. Modify the file permissions with the following command, changing "filename" for the downloaded file, which will depend on the version:
sudo chmod +x ./nombredelarchivo
  1. Finally, we execute the software with the following command, changing "filename" again to the name of the file that we have:
sudo ./nombredelarchivo

And that would be all. The use of the software has not changed in years and you have a simple example in this article archive.