ACPI - What would be the best way to install it?

Use systemd-logind which is present anyway, just masked by default. It requires dbus however:

systemctl unmask systemd-logind
apt install dbus
systemctl start dbus
systemctl start systemd-logind
1 Like