balenaEtcher w Ubuntu 22.04
balenaEtcher This is a very simple program for flawless recording images iso. It works both on Windows, which is a very nice alternative to Rufus, And it is available on Linux.
Today, I describe how to install on Ubuntu.
first we run the terminal and install curla
1 | apt-get install curl. |
we add a repository to the system:
1 2 3 | ecurl -1sLf \ 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' \ | sudo -E bash |
we update packages:
1 | sudo apt update |
The last step is the installation:
1 | sudo apt install balena-etcher-electron |
That's all.
The program is not complicated and is limited to inserting a flash drive and selecting iso 🙂