How to Install autosuspend in Ubuntu 18.04



Install autosuspend by entering the following commands in the terminal:

sudo apt update
sudo apt install autosuspend

Description:

daemon to suspend a system in case of inactivity

A daemon to suspend a system in case of inactivity with the aim to reduce the power consumption. Inactivity is determined by a set of configurable checks. Autosuspend periodically executes these checks, and if none of theme indicated activity, the system is suspended. . Autosuspend does not depend on X11 and desktop environments and is therefore specifically intended for (home) servers. Most available checks address these usage scenarios. Yet, also the X11 idle time can be used as a check to support graphical use cases.

Homepage: https://github.com/languitar/autosuspend

Version: 1.0.0-2

Section: universe/utils