From acab03ad77a1c1901d0c8a65999e93c1d27169a0 Mon Sep 17 00:00:00 2001 From: Jorge Capona Date: Thu, 27 Apr 2023 09:32:08 -0400 Subject: [PATCH] Update instructions for installing deb file Change-type: patch --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index d2b444d442..321cc54a44 100644 --- a/README.md +++ b/README.md @@ -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