ubuntu-starter-pack

Update and Upgrade

This will check for updates and install latest packages. Restart the computer once this is done.

sudo apt update; sudo apt upgrade

Install Ubuntu Restricted Extras

This will enable the computer to play media files (e.g. mp3, mp4).

sudo apt install ubuntu-restricted-extras -y

Install g++ compiler

sudo apt-get install build-essential -y

Important links