Linux-Basics-Complete-Course-With-Notes-Slides

Package Management Distribution

In this section, we will take a look at the Linux Package Management tools used in different linux distribution

Introduction to Package Managers

For Debain/Ubuntu, it is apt/dpkg and for CentOs/Redhat, it is RPM

package-managers

Question : What is the difference between CentOS, RHEL and Ubuntu*?

One of the common ways to catagorize linux distribution is by the package manager it uses.

deb-rpm

Now, Lets compare RHEL and CentOS Operating Systems.

rhel-centos

What is a package?

package

Thats seems to be a quite easy process, why don’t we do all the time? download a package and install it on a linux servers. Wondering the need of package managers?

A package manager is a software in a linux system that provides the consistent and automated process in installing, upgrading, configuring and removing packages from the operating system.

pkg-mgr

Functions of Package Manager

functions-of-pkg

Types of Package Managers

A Linux distribution supports different types of package managers, some of the common ones are below

types-of-pkg