• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Balena Etcher on Ubuntu 22.04

  • 00:49 lsb_release -a
  • 01:01 sudo apt update
  • 01:21 sudo apt upgrade
  • 01:47 wget https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-1.7.9-ia32.AppImage
  • 02:00 ll
  • 02:01 ls
7895

To Install Balena Etcher On Ubuntu 22.04

Introduction

BalenaEtcher is a complimentary open-source application designed for writing image files, including .iso and .img formats, as well as compressed folders to storage media. This process enables the creation of live SD cards and USB flash drives. Developed by Balena, it operates under the Apache License 2.0. BalenaEtcher serves as a cross-platform tool that facilitates the secure and efficient flashing of operating system images onto SD cards and USB drives, making it accessible and beneficial for developers and creators globally.

Procedure

Step1: Check the OS version using the below command

Root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy

Step2: Check for updates using the below command

root@linuxhelp:~# sudo apt update
Hit:1 http://in.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://in.archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:4 http://in.archive.ubuntu.com/ubuntu jammy-backports InRelease 
Get:5 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,900 kB]
Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,679 kB]
Get:7 http://in.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [674 kB]
Get:8 http://in.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [338 kB]      
Get:9 http://in.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,257 kB]    
Get:10 http://in.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [388 kB]
Get:11 http://in.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,109 kB] 
Get:12 http://in.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [724 kB]           
Get:13 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [514 kB]          
Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [620 kB]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [887 kB]
Fetched 11.3 MB in 4s (2,973 kB/s)                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
8 packages can be upgraded. Run 'apt list --upgradable' to see them.

Step3: Upgrade the package list using the below command

root@linuxhelp:~# sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  libflashrom1 libftdi1-2 libllvm13 libwpe-1.0-1 libwpebackend-fdo-1.0-1
Use 'sudo apt autoremove' to remove them.

#OpenSSH CVE-2024-6387 fix is available for all affected Ubuntu releases.
 RegreSSHion: Possible RCE Due To A Race Condition In Signal Handling.
#For more details see: https://ubuntu.com/blog/ubuntu-regresshion-security-fix
#.
The following packages have been kept back:
  python3-update-manager update-manager update-manager-core
The following packages will be upgraded:
  libpython3.10 libpython3.10-minimal libpython3.10-stdlib python3.10 python3.10-minimal
5 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
5 standard LTS security updates
Need to get 7,364 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.5 [1,950 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.5 [509 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.5 [1,849 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.5 [2,244 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.5 [813 kB]
Fetched 7,364 kB in 2s (3,383 kB/s)        
(Reading database ... 206510 files and directories currently installed.)
Preparing to unpack .../libpython3.10_3.10.12-1~22.04.5_amd64.deb ...
Unpacking libpython3.10:amd64 (3.10.12-1~22.04.5) over (3.10.12-1~22.04.4) ...
Preparing to unpack .../python3.10_3.10.12-1~22.04.5_amd64.deb ...
Unpacking python3.10 (3.10.12-1~22.04.5) over (3.10.12-1~22.04.4) ...
Preparing to unpack .../libpython3.10-stdlib_3.10.12-1~22.04.5_amd64.deb ...
Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.5) over (3.10.12-1~22.04.4) ...
Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.5_amd64.deb ...
Unpacking python3.10-minimal (3.10.12-1~22.04.5) over (3.10.12-1~22.04.4) ...
Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.5_amd64.deb ...
Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.5) over (3.10.12-1~22.04.4) ...
Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.5) ...
Setting up python3.10-minimal (3.10.12-1~22.04.5) ...
Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.5) ...
Setting up libpython3.10:amd64 (3.10.12-1~22.04.5) ...
Setting up python3.10 (3.10.12-1~22.04.5) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...

Step4: Download Balena Etcher application file using the below wget command

root@linuxhelp:~# wget https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-1.7.9-ia32.AppImage
--2024-07-30 23:08:40--  https://github.com/balena-io/etcher/releases/download/v1.7.9/balenaEtcher-1.7.9-ia32.AppImage
Resolving github.com (github.com)... 20.207.73.82
Connecting to github.com (github.com)|20.207.73.82|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/45055693/f2dbd474-6d06-4049-b579-79bb1876aab6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T173840Z&X-Amz-Expires=300&X-Amz-Signature=dde54dac8e4a866067dc68713d626492ac9ef2cc28d3de472c185deaa5cde987&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=45055693&response-content-disposition=attachment%3B%20filename%3DbalenaEtcher-1.7.9-ia32.AppImage&response-content-type=application%2Foctet-stream [following]
--2024-07-30 23:08:40--  https://objects.githubusercontent.com/github-production-release-asset-2e65be/45055693/f2dbd474-6d06-4049-b579-79bb1876aab6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240730%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240730T173840Z&X-Amz-Expires=300&X-Amz-Signature=dde54dac8e4a866067dc68713d626492ac9ef2cc28d3de472c185deaa5cde987&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=45055693&response-content-disposition=attachment%3B%20filename%3DbalenaEtcher-1.7.9-ia32.AppImage&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 93990136 (90M) [application/octet-stream]
Saving to: ‘balenaEtcher-1.7.9-ia32.AppImage’

balenaEtcher-1.7.9-ia32.AppImage       100%[=========================================================================>]  89.64M  34.3MB/s    in 2.6s    

2024-07-30 23:08:44 (34.3 MB/s) - ‘balenaEtcher-1.7.9-ia32.AppImage’ saved [93990136/93990136]

Step5: To list the downloaded file use the below command

root@linuxhelp:~# ll
total 91832
drwx------  4 root root     4096 Jul 30 23:08 ./
drwxr-xr-x 20 root root     4096 Sep 11  2023 ../
-rw-r--r--  1 root root 93990136 Apr 22  2022 balenaEtcher-1.7.9-ia32.AppImage
-rw-------  1 root root     1030 Jul 30 04:59 .bash_history
-rw-r--r--  1 root root     3106 Oct 15  2021 .bashrc
drwx------  2 root root     4096 Sep 11  2023 .cache/
-rw-------  1 root root       20 Sep 11  2023 .lesshst
-rw-r--r--  1 root root      161 Jul  9  2019 .profile
drwx------  5 root root     4096 Sep 11  2023 snap/
-rw-------  1 root root     3199 Jul 21 23:29 .viminfo
-rw-r--r--  1 root root      165 Jul 30 23:08 .wget-hsts
-rw-------  1 root root       55 Sep 11  2023 .Xauthority

Step6 : After downloading application image install libfuse using the below command.

root@linuxhelp:~# sudo apt install libfuse2
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libflashrom1 libftdi1-2 libllvm13 libwpe-1.0-1 libwpebackend-fdo-1.0-1
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
  libfuse2
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 90.3 kB of archives.
After this operation, 330 kB of additional disk space will be used.
Get:1 http://in.archive.ubuntu.com/ubuntu jammy/universe amd64 libfuse2 amd64 2.9.9-5ubuntu3 [90.3 kB]
Fetched 90.3 kB in 1s (74.7 kB/s)   
Selecting previously unselected package libfuse2:amd64.
(Reading database ... 206510 files and directories currently installed.)
Preparing to unpack .../libfuse2_2.9.9-5ubuntu3_amd64.deb ...
Unpacking libfuse2:amd64 (2.9.9-5ubuntu3) ...
Setting up libfuse2:amd64 (2.9.9-5ubuntu3) ...
Processing triggers for libc-bin (2.35-0ubuntu3.8) ...

Step7: Make sure that allow executing files , that owner has the read and write access

snap1

Step8: right click on the file, and click on run , to run the balena etcher,

snap2

Conclusion:

We have reached the end of this article. In this guide, we have walked you through the steps required to install Balena Etcher on Ubuntu 22.04. Your feedback is much welcome.

Tags:
jacob
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is Balena Etcher?

A

Balena Etcher is a simple, open-source tool that makes it easy to create bootable USB drives from Windows, macOS,or Linux. It's specifically designed for creating bootable images of Raspberry Pi and other single-board computers.

Q

How does Balena Etcher work?

A

To use Balena Etcher, simply download the software, choose your image file (e.g., a Linux distribution), select your USB drive as the target device, and click "Flash" to start the flashing process. The tool will then create abootable USB drive with the selected image.

Q

How do I install Balena Etcher?

A

Installing Balena Etcher is a straightforward process. Here's how:
• Download the installation package from the official Balena Etcher website.
• Run the installer (e.g., `.exe` file on Windows or `.dmg` file on macOS).
• Follow the prompts to install Balena Etcher.

Q

What are the system requirements for Balena Etcher?

A

Balena Etcher is available for Windows, macOS, and Linux. Here are the minimum system requirements:
• Windows: 64-bit Windows 7 or later
• macOS: macOS High Sierra (10.13) or later
• Linux: Ubuntu 16.04 or later, or any other Linux distribution that supports Python 3

Q

What types of images can I create with Balena Etcher?

A

Balena Etcher supports a wide range of image formats, including:
• .img (raw disk image)
• .iso (CD/DVD image)
• .zip (compressed image file)
You can use Balena Etcher to create bootable USB drives for various single-board computers, including RaspberryPi, BeagleBone, and Pine64.

Related Tutorials in How to install Balena Etcher on Ubuntu 22.04

Related Tutorials in How to install Balena Etcher on Ubuntu 22.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install Balena Etcher on Ubuntu 22.04

Related Forums in How to install Balena Etcher on Ubuntu 22.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install Balena Etcher on Ubuntu 22.04

Related News in How to install Balena Etcher on Ubuntu 22.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help legeek ?
Installation of the call center module

hello

I wish to install a call center in virtual with issabel, I downloaded the latest version of it , but I don' t arrive to install the call center module in issabel. please help me

thanks!

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.