#1 - Update your system with the latest version:
apt-get update -y && apt-get upgrade -y
. Use sudo if needed.
#2 - Check if virtualization is supported on Linux:
grep -E --color ‘vmx|svm’ /proc/cpuinfo
#3 - Install required packages (optional):
apt-get install curl wget apt-transport-https -y