Common questions
1.Difference betweeb dpkg and apt/apt-get apt-get handles lists of packages available to the system. It also handles package dependecy resolution, so that when installing a package, all the other packages required by it get installed too. It also handles package download from package repositories. dpkg is the low level tool that actually installs package contents to the system. more in here 2.Difference between apt update and apt upgrade and why we use them more info here