systemd/python-systemd

Unable to locate packages on Ubuntu 20.04

kurt-rhee opened this issue · 1 comments

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

Gives:

[sudo] password for skrhee:       
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libsystemd-journal-dev
E: Unable to locate package libsystemd-daemon-dev
E: Unable to locate package libsystemd-login-dev
E: Unable to locate package libsystemd-id128-dev

apt install works, but apt-get install does not work. I am not sure why.