debian packages – POFTUT

How To Update and Upgrade Ubuntu, Debian, Mint, and Kali?

How To Update and Upgrade Ubuntu, Debian, Mint, and Kali?

Ubuntu, Debian, Kali, and Mint use the same package management software named dpkg and apt. Updating OS is an important part of the system administration. We will look at how to update and upgrade deb based distributions. Update Package Index The first step to updating packages for Ubuntu, Debian, Kali, and Mint is updating the … Read more

Apt and Apt-Get Tutorial With Examples

Distributions like Ubuntu, Debian use APT as a default online package manager. APT works with dpkg together where apt resolves dependencies and download packages from internet, network share, etc. and dpkg installs, configure them. In this tutorial, we will look at how to use apt efficiently APT packages extensions are .deb which is actually dpkg … Read more