Skip to content

Commit

Permalink
Merge pull request balena-io#4060 from jcapona/master
Browse files Browse the repository at this point in the history
patch: update instructions for installing deb file
  • Loading branch information
aethernet authored Jul 19, 2023
2 parents 0a6c15f + acab03a commit 13e1e8e
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,18 @@ installers for all supported operating systems.

Package for Debian and Ubuntu can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)

1. Install using dpkg
##### Install .deb file using apt

```sh
sudo dpkg -i balena-etcher_******_amd64.deb
sudo apt install ./balena-etcher_******_amd64.deb
```

If you're missing dependencies you can fix them with:
##### Uninstall

```sh
sudo apt update && apt --fix-broken install #to add potential missing dependencies
sudo apt remove balena-etcher
```

##### Uninstall
```sh
sudo apt-get remove balena-etcher
apt clean
rm -rf /var/lib/apt/lists/*
apt update
```
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)

##### Yum
Expand Down

0 comments on commit 13e1e8e

Please sign in to comment.