Merge pull request #4060 from jcapona/master

patch: update instructions for installing deb file
This commit is contained in:
Edwin Joassart 2023-07-19 12:23:20 +02:00 committed by GitHub
commit 13e1e8e504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,26 +36,17 @@ 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
```
If you're missing dependencies you can fix them with:
```sh
sudo apt update && apt --fix-broken install #to add potential missing dependencies
sudo apt install ./balena-etcher_******_amd64.deb
```
##### Uninstall
```sh
sudo apt-get remove balena-etcher
apt clean
rm -rf /var/lib/apt/lists/*
apt update
```
```sh
sudo apt remove balena-etcher
```
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)