Configure sudo

How to install and configure sudo

Install the sudo package:

apt-get install sudo

Add user to the sudo group:

adduser myuser sudo