Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Etcher in Linux

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install Etcher in Linux, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

Install Etcher

Go to the Etcher.io [5] website and click the download link for your operating system: 32-bit or 64-bit Linux, 32-bit or 64-bit Windows or MacOS.

Etcher provides good guidance in the GitHub repository to add Etcher to your collection of Linux utilities.

If you are using Debian or Ubuntu, please add the Etcher Debian repository:

$echo "deb https://dl.bintray.com/resin-io/debian stable etcher" | sudo tee / etc/apt/sources.list.d/etcher.list

Trust Bintray.com GPG key

$sudo apt-key adv-keyserver keyserver.ubuntu.com-recv-keys 379CE192D401AB61

Then update your system and install:

$sudo apt-get update$ sudo apt-get install etcher-electron

If you are using Fedora or Red Hat Enterprise Linux, please add the Etcher RPM repository:

$sudo wget https://bintray.com/resin-io/redhat/rpm-O / etc/yum.repos.d/bintray-resin-io-redhat.repo

Update and install in any of the following ways:

$sudo yum install-y etcher-electron

Or:

$sudo dnf install-y etcher-electron create bootable disk

In addition to creating bootable images for Ubuntu, EndlessOS, and other versions of Linux, I also used Etcher to create a SD card mirror [6] for raspberry pie. Here is how to create bootable media.

First, download the ISO or image you want to use to your computer. Then, start Etcher and insert the USB or SD card into the computer.

Click Select Image. In this case, I want to create a bootable USB disk to install Ubermix on the new computer. After I select my Ubermix image file and insert my USB disk into my computer, Etcher.io "sees" the drive, and I can start installing Ubermix on USB.

After I click "Flash", the installation begins. The time required depends on the size of the mirror. After you install the image on the drive, the software verifies the installation. Finally, a prompt announces that my media creation has been completed.

If you need help from Etcher [7], please contact the community through its Discourse [8] forum. Etcher is so easy to use that it has replaced all my other media creation tools because they don't get the job done as easily as Etcher.

Thank you for reading this article carefully. I hope the article "how to install Etcher in Linux" shared by the editor will be helpful to everyone. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report