summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-15 19:29:28 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-08-15 19:29:28 +0200
commit65b1c192588b047a0bcdf52fd06efc8237f2bbaf (patch)
tree2ce28c6236427920231dcffb2efe97746e3ff5bc
parent05773b4548b9200f564de766e88487cfc1382e54 (diff)
downloadpython-systemd-65b1c192588b047a0bcdf52fd06efc8237f2bbaf.tar.gz
README: apt-get → apt
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
-rw-r--r--README.md8
1 files 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`.