Skip to content

Commit 65b1c19

Browse files
committed
README: apt-get → apt
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
1 parent 05773b4 commit 65b1c19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ On Fedora:
2323

2424
On Debian/Ubuntu/Mint:
2525

26-
apt-get update
27-
apt-get install python3-systemd
26+
apt update
27+
apt install python3-systemd
2828

2929
On openSUSE and SLE:
3030

@@ -49,11 +49,11 @@ On Fedora with Python 3:
4949

5050
On Debian or Ubuntu with Python 2:
5151

52-
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
52+
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python-dev pkg-config
5353

5454
On Debian or Ubuntu with Python 3:
5555

56-
apt-get install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
56+
apt install libsystemd-{journal,daemon,login,id128}-dev gcc python3-dev pkg-config
5757

5858
The project is also available on pypi as `systemd-python`.
5959

0 commit comments

Comments
 (0)