Etcher
Supported Operating Systems
- Linux (most distros)
- macOS 10.9 and later
- Microsoft Windows 7 and later
Note that Etcher will run on any platform officially supported by Electron. Read more in their documentation.
Installers
Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)
- Add 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's GPG key:
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
- Update and install:
sudo apt-get update sudo apt-get install etcher-electron
Uninstall
sudo apt-get remove etcher-electron
sudo rm /etc/apt/sources.list.d/etcher.list
sudo apt-get update
Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)
- Add 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:
sudo yum install -y etcher-electron
orsudo dnf install -y etcher-electron
Uninstall
sudo yum remove -y etcher-electron
sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.repo
sudo yum clean all
sudo yum makecache fast
or
sudo dnf remove -y etcher-electron
sudo rm /etc/yum.repos.d/bintray-resin-io-redhat.repo
sudo dnf clean all
sudo dnf makecache
Brew Cask (macOS)
Note 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 etcher
Uninstall
brew cask uninstall etcher
Chocolatey (Windows)
This package is maintained by @majkinetor, and is kept up to date automatically.
choco install etcher

0 评论:
发表评论