mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 19:56:37 +00:00
Merge pull request #4060 from jcapona/master
patch: update instructions for installing deb file
This commit is contained in:
commit
13e1e8e504
19
README.md
19
README.md
@ -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/)
|
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
|
```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:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo apt update && apt --fix-broken install #to add potential missing dependencies
|
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Uninstall
|
##### Uninstall
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get remove balena-etcher
|
sudo apt remove balena-etcher
|
||||||
apt clean
|
```
|
||||||
rm -rf /var/lib/apt/lists/*
|
|
||||||
apt update
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)
|
#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user