From 65b1c192588b047a0bcdf52fd06efc8237f2bbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 15 Aug 2022 19:29:28 +0200 Subject: =?UTF-8?q?README:=20apt-get=20=E2=86=92=20apt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on Jörg Behrmann's comment: https://github.com/systemd/python-systemd/pull/114#discussion_r945896280 > apt is available in the stretch, which is the oldest listed [1] release for it > and stretch has already ended LTS support. [1] https://packages.debian.org/bullseye/apt --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22601db..8c5c5bf 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ On Fedora: On Debian/Ubuntu/Mint: - apt-get update - apt-get install python3-systemd + apt update + apt install python3-systemd On openSUSE and SLE: @@ -49,11 +49,11 @@ On Fedora with Python 3: On Debian or Ubuntu with Python 2: - apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config + apt install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config On Debian or Ubuntu with Python 3: - apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config + apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config The project is also available on pypi as `systemd-python`. -- cgit v1.2.1