balena-io / etcher
- понедельник, 15 июня 2020 г. в 00:22:26
TypeScript
Flash OS images to SD cards & USB drives, safely and easily.
Flash OS images to SD cards & USB drives, safely and easily.
Etcher is a powerful OS image flasher built with web technologies to ensure flashing an SDCard or USB drive is a pleasant and safe experience. It protects you from accidentally writing to your hard-drives, ensures every byte of data was written correctly and much more. It can also flash directly Raspberry Pi devices that support the usbboot protocol
Download | Support | Documentation | Contributing | Roadmap
Note that Etcher will run on any platform officially supported by Electron. Read more in their documentation.
Refer to the downloads page for the latest pre-made installers for all supported operating systems.
Add Etcher debian repository:
echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/balena-etcher.listTrust Bintray.com's GPG key:
sudo apt-key adv --keyserver hkps://keyserver.ubuntu.com:443 --recv-keys 379CE192D401AB61Update and install:
sudo apt-get update
sudo apt-get install balena-etcher-electronsudo apt-get remove balena-etcher-electron
sudo rm /etc/apt/sources.list.d/balena-etcher.list
sudo apt-get updatesudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo
sudo zypper ref
sudo zypper in balena-etcher-electronsudo zypper rm balena-etcher-electronAdd Etcher rpm repository:
sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repoUpdate and install:
sudo yum install -y balena-etcher-electronor
sudo dnf install -y balena-etcher-electronsudo yum remove -y balena-etcher-electron
sudo rm /etc/yum.repos.d/etcher-rpm.repo
sudo yum clean all
sudo yum makecache fastor
sudo dnf remove -y balena-etcher-electron
sudo rm /etc/yum.repos.d/etcher-rpm.repo
sudo dnf clean all
sudo dnf makecachesudo eopkg it etchersudo eopkg rm etcherEtcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using balena-etcher. The following example uses a common AUR helper to install the latest release:
yay -S balena-etcheryay -R balena-etcherNote that the Etcher Cask has to be updated manually to point to new versions, so it might not refer to the latest version immediately after an Etcher release.
brew cask install balenaetcherbrew cask uninstall balenaetcherThis package is maintained by @majkinetor, and is kept up to date automatically.
choco install etcherchoco uninstall etcherIf you're having any problem, please raise an issue on GitHub and the balena.io team will be happy to help.
Etcher is free software, and may be redistributed under the terms specified in the license.