GNU/Linux Ubuntu Adding UNetbootin PPA Repo
Hi! The Tutorial shows you Step-by-Step How to Add UNetbootin PPA Repository in Ubuntu-Based GNU/Linux OSes.
And UNetbootin for Ubuntu allows you to Create Easily Bootable Live USB Drives from OSes ISOs.
So this Setup is Valid for All the Ubuntu-based Distros like:
- Linux Mint
- Lubuntu
- Kubuntu
- Xubuntu
- Zorin OS
- Elementary OS
- Linux Lite
- Bodhi Linux
- Kde Neon
- Pop!_OS
- Voyager
- Trisquel
- LXLE
- feren OS
- Peppermint
- Q4OS
- Linux Ultimate Edition
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
2. Adding UNetbootin Repo
Then to Add UNetbootin Repository for Ubuntu
Execute:sudo add-apt-repository ppa:gezakovacs/ppa
-
3. Refreshing Ubuntu Repo Sources
Next to Refresh Ubuntu Apt Repository Sources
Do:sudo apt update
In case of Not Found Issue.
You Need to Amend Manually the Repo with the nano CLI Editor like that:sudo nano /etc/apt/sources.list.d/gezakovacs-ubuntu-ppa*.list
And Change to the Previous LTS Release…
So for Instance here for Ubuntu 20.10 Modify ‘groovy’ in ‘focal’ like that:deb http://ppa.launchpad.net/gezakovacs/ppa/ubuntu bionic main
Currently, also in place of ‘jammy’ you may need to put ‘focal’.
Ctrl+x to Save & Exit from the nano Editor ;)
Last, Update the Apt Sources again. -
4. Installing UNetbootin on Ubuntu
Finally, to Install UNetbootin for Ubuntu