mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-29 06:06:33 +00:00
patch: update linux installation methods
This commit is contained in:
parent
6fae328f1f
commit
4282c35d99
22
README.md
22
README.md
@ -54,14 +54,14 @@ confidence.
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get update #you can use apt instead of apt-get as well
|
sudo apt-get update #you can use apt instead of apt-get as well
|
||||||
sudo apt-get install balena-etcher-electron
|
sudo apt-get install balena-etcher
|
||||||
```
|
```
|
||||||
>Note: after v1.7.9 the package name changed to `balena-etcher` (no electron at the end)
|
>Note: for version v1.7.9 and below the package name was to `balena-etcher-electron`
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get remove balena-etcher-electron
|
sudo apt-get remove balena-etcher
|
||||||
rm /etc/apt/sources.list.d/balena-etcher.list
|
rm /etc/apt/sources.list.d/balena-etcher.list
|
||||||
apt-get clean
|
apt-get clean
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
@ -86,9 +86,9 @@ apt-get update
|
|||||||
2. Update and install:
|
2. Update and install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install -y balena-etcher-electron
|
sudo dnf install -y balena-etcher
|
||||||
```
|
```
|
||||||
>Note: after v1.7.9 the package name changed to `balena-etcher` (no electron at the end)
|
>Note: for v1.7.9 and below the package name was `balena-etcher-electron`
|
||||||
|
|
||||||
###### Uninstall
|
###### Uninstall
|
||||||
|
|
||||||
@ -110,14 +110,14 @@ rm /etc/yum.repos.d/balena-etcher-source.repo
|
|||||||
2. Update and install:
|
2. Update and install:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yum install -y balena-etcher-electron
|
sudo yum install -y balena-etcher
|
||||||
```
|
```
|
||||||
>Note: after v1.7.9 the package name changed to `balena-etcher` (no electron at the end)
|
>Note: for version v1.7.9 and below the package name was `balena-etcher-electron`
|
||||||
|
|
||||||
###### Uninstall
|
###### Uninstall
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo yum remove -y balena-etcher-electron
|
sudo yum remove -y balena-etcher
|
||||||
rm /etc/yum.repos.d/balena-etcher.repo
|
rm /etc/yum.repos.d/balena-etcher.repo
|
||||||
rm /etc/yum.repos.d/balena-etcher-source.repo
|
rm /etc/yum.repos.d/balena-etcher-source.repo
|
||||||
```
|
```
|
||||||
@ -135,14 +135,14 @@ rm /etc/yum.repos.d/balena-etcher-source.repo
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo zypper up
|
sudo zypper up
|
||||||
sudo zypper install balena-etcher-electron
|
sudo zypper install balena-etcher
|
||||||
```
|
```
|
||||||
>Note: after v1.7.9 the package name changed to `balena-etcher` (no electron at the end)
|
>Note: for version v1.7.9 and below the package name was `balena-etcher-electron`
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo zypper rm balena-etcher-electron
|
sudo zypper rm balena-etcher
|
||||||
# remove the repo
|
# remove the repo
|
||||||
sudo zypper rr balena-etcher
|
sudo zypper rr balena-etcher
|
||||||
sudo zypper rr balena-etcher-source
|
sudo zypper rr balena-etcher-source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user