systemd / python-systemd

Python wrappers for systemd functionality
GNU Lesser General Public License v2.1
467 stars 66 forks source link

Unable to locate packages on Ubuntu 20.04 #101

Closed kurt-rhee closed 2 years ago

kurt-rhee commented 2 years ago

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
kurt-rhee commented 2 years ago

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