Create Bootable USB With Bootqt

Bootqt is a free and open source bootable USB creator application for Linux. With Bootqt, you can transform ISO or IMG files into bootable USB drives, ensuring smooth and reliable system installations. It is written in Python and uses Qt technologies and released under GNU General Public License v3.0.

Bootqt bootable USB creator

How to Install Bootqt bootable USB creator on Ubuntu Linux

Bootqt ia available as a flatpak package file from the flathub remote store. First install flatpak and flathub on your system and restart it after the installation. You can use below commands in the terminal to install them. Skip below commands if you already have flatpak on your system.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

After that you can install Bootqt bootable USB creator using below flatpak install command.

flatpak install flathub io.github.giantpinkrobots.bootqt

And open Bootqt using below command.

flatpak run io.github.giantpinkrobots.bootqt

And you can also uninstall it using below commands.

flatpak uninstall io.github.giantpinkrobots.bootqt

[OR]

sudo flatpak uninstall io.github.giantpinkrobots.bootqt
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Install VMware Workstation Player on Ubuntu

Leave a Reply