If you are installing many programs using apt-get command in Ubuntu/Debian, you will want to avoid using sudo in front of every command.
To do that it’s rather simple, just type:
sudo /bin/bash
to enter root for good and you won’t have to type sudo in front of every command.
