Skip to content

Commit

Permalink
Update instructions for installing deb file
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
jcapona committed Jul 14, 2023
1 parent 0a6c15f commit acab03a
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

This comment has been minimized.

Copy link
@Kve-sudo-tech

Kve-sudo-tech Aug 7, 2023

y como se hace esto tienes que ingresar los codigos de numeros y luego instale el arhivo .deb usando apt


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

This comment has been minimized.

Copy link
@AceBuilders

AceBuilders Sep 26, 2023

sudo apt update && apt --fix-broken install #to add potential missing dependencies
sudo

```

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 acab03a

Please sign in to comment.