Create Bootable Drives using Impression App

Impression is a free and open source bootable disk creator application for Linux. Using Impression, you can flash ISO disk images onto your USB drives. It is a simple and easy to use app, just select an ISO image file, insert your drive and flash or burn. It is written in Rust and released under GNU General Public License v3.0.

Impression

How to Install Impression on Ubuntu

To install Impression on your system, you need flatpak and flathub. If you don’t have then install flatpak and flathub on your system first and restart it after the installation. You can install flatpak using below two commands.

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

After that open the terminal app (ctrl+alt+t) and run below Impression installation command.

flatpak install flathub io.gitlab.adhami3310.Impression

It will install the latest Impression on your system. You can open it using below commands.

flatpak run io.gitlab.adhami3310.Impression

And you can also uninstall it using below commands.

flatpak uninstall io.gitlab.adhami3310.Impression

[OR]

sudo flatpak uninstall io.gitlab.adhami3310.Impression
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:  AntiMicroX Map Gamepad buttons to Keyboard Mouse

Leave a Reply