How to Install super in Ubuntu 18.04



Install super by entering the following commands in the terminal:

sudo apt update
sudo apt install super

Description:

Execute commands setuid root

Super allows specified users to execute scripts (or other commands) as if they were root; or it can set the uid and/or gid on a per-command basis before executing the command. It is intended to be a secure alternative to making scripts setuid root.

Homepage: http://ftp.ucolick.org/pub/users/will/

Version: 3.30.0-7build1

Section: universe/admin