From 5da08b171bdbd01f3345924137331b808572dc2f Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Mon, 24 Jul 2023 21:33:35 +0200 Subject: Update README.md Simplify instrucations for manually installing the nightly Debian packages. `apt` can be used to install `*.deb` files (if give a path, hence the `./`, and takes care of dependencies. --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bc01936..8c6b453 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ To install the latest release, run: ``` wget https://lib.finalrewind.org/deb/libtravel-routing-de-vrr-perl_latest_all.deb -sudo dpkg -i libtravel-routing-de-vrr-perl_latest_all.deb -sudo apt --fix-broken install +sudo apt install ./libtravel-routing-de-vrr-perl_latest_all.deb rm libtravel-routing-de-vrr-perl_latest_all.deb ``` @@ -47,17 +46,10 @@ For a (possibly broken) development snapshot of the Git master branch, run: ``` wget https://lib.finalrewind.org/deb/libtravel-routing-de-vrr-perl_dev_all.deb -sudo dpkg -i libtravel-routing-de-vrr-perl_dev_all.deb -sudo apt --fix-broken install +sudo apt install ./libtravel-routing-de-vrr-perl_dev_all.deb rm libtravel-routing-de-vrr-perl_dev_all.deb ``` -Note that dpkg, unlike apt, does not automatically install missing -dependencies. If a dependency is not satisfied yet, `dpkg -i` will complain -about unmet dependencies and bail out. `apt --fix-broken install` installs -these dependencies and also silently finishes the Travel::Routing::DE::VRR -installation. - Uninstallation works as usual: ``` -- cgit v1.2.3