Skip to content

Commit

Permalink
README: apt-get → apt
Browse files Browse the repository at this point in the history
Based on Jörg Behrmann's comment:
#114 (comment)
> 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
  • Loading branch information
keszybz committed Aug 15, 2022
1 parent 05773b4 commit 65b1c19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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`.

Expand Down

0 comments on commit 65b1c19

Please sign in to comment.