-
Add Etcher debian repository:
In command terminal fire the below command to add the Etcher repository:
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.list
Import the GPG key:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
-
Update the system:
-
Install Etcher on Ubuntu:
sudo apt-get install balena-etcher-electron
X. Uninstall Etcher:
sudo apt-get remove balena-etcher-electron
sudo rm /etc/apt/sources.list.d/balena-etcher.list
sudo apt-get update
Install package from the AUR:
sudo yay -S balena-etcher
Install package using Homebrew:
brew install balenaetcher