Skip to content

Install Etcher

  1. 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
    
  2. Update the system:

    sudo apt-get update
    
  3. 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