12,925
回編集
15行目: | 15行目: | ||
<br><br> | <br><br> | ||
==== | ==== balenaEtcherのインストール ==== | ||
===== Windows ===== | ===== Windows ===== | ||
balenaEtcherの公式Webサイトにアクセスして、balenaEtcherをダウンロードして、解凍する。<br> | balenaEtcherの公式Webサイトにアクセスして、balenaEtcherをダウンロードして、解凍する。<br> | ||
22行目: | 22行目: | ||
<br> | <br> | ||
===== CentOS / SUSE ===== | ===== CentOS / SUSE ===== | ||
balenaEtcherの公式Webサイトにアクセスして、balenaEtcherをダウンロードして、解凍する。<br> | * AppImageの使用<br> | ||
balenaEtcher-<バージョン名>-x64.AppImageファイルが出力されるので、そのファイルをダブルクリックする。<br> | *: balenaEtcherの公式Webサイトにアクセスして、balenaEtcherをダウンロードして、解凍する。<br> | ||
または、以下のコマンドを実行する。<br> | *: balenaEtcher-<バージョン名>-x64.AppImageファイルが出力されるので、そのファイルをダブルクリックする。<br> | ||
*: または、以下のコマンドを実行する。<br> | |||
*: <code>./balenaEtcher-1.5.98-x64.AppImage</code> | |||
*: <br> | |||
* リポジトリを登録してインストール | |||
*: CentOS | |||
*: balenaEtcherのリポジトリを登録する。 | |||
*: <code>sudo wget https://balena.io/etcher/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo</code> | |||
*: balenaEtcherをインストールする。 | |||
*: <code>sudo yum install balena-etcher-electron</code> | |||
*: または | |||
*: <code>sudo dnf install balena-etcher-electron</code> | |||
*: <br> | |||
*: SUSE | |||
*: balenaEtcherのリポジトリを登録する。 | |||
*: <code>sudo zypper ar https://balena.io/etcher/static/etcher-rpm.repo</code> | |||
*: <code>sudo zypper refresh</code> | |||
*: balenaEtcherをインストールする。 | |||
*: <code>sudo zypper install balena-etcher-electron</code> | |||
<br> | |||
==== balenaEtcherのアンインストール ==== | |||
* CentOS | |||
*: balenaEtcherをアンインストールする。 | |||
*: <code>sudo yum remove balena-etcher-electron</code> | |||
*: または | |||
*: *: <code>sudo dnf remove balena-etcher-electron</code> | |||
*: balenaEtcherのリポジトリを削除する。 | |||
*: <code>sudo rm /etc/yum.repos.d/etcher-rpm.repo</code> | |||
*: balenaEtcherのキャッシュファイル等を削除する。 | |||
*: <code>sudo yum clean all</code> | |||
*: <code>sudo yum makecache fast</code> | |||
*: または | |||
*: <code>sudo dnf clean all</code> | |||
*: <code>sudo dnf makecache fast</code> | |||
*: <br> | |||
* SUSE | |||
*: balenaEtcherをアンインストールする。 | |||
*: <code>sudo zypper rm balena-etcher-electron</code> | |||
<br><br> | <br><br> | ||