How to Install autolog in Ubuntu 18.04



Install autolog by entering the following commands in the terminal:

sudo apt update
sudo apt install autolog

Description:

Log out idle users

The program reads the utmp file, entry by entry. The username for each 'user process' is compared to the entries in the configuration file. The first entry to match both the name, the group, and the tty line of the process will be used to conduct the automatic logout.

Homepage: http://www.ibiblio.org/pub/Linux/system/admin/idle/

Version: 0.40+debian-2

Section: universe/admin