In this section, we will take a look at the Linux Package Management tools used in different linux distribution
For Debain/Ubuntu
, it is apt/dpkg
and for CentOs/Redhat, it is RPM
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.
RHEL
, Fedora
and CentOS
. are based on RPM. Hence they are known as RPM
based distribution. The Debian
family including Ubuntu
, Debian
and Linux Mint
e.t.c. make use of Debian
based package managers such as the DPKG
.RHEL
and CentOS
Operating Systems.gimp
which stands for GNU Image Manipulation System
. To do this, we can make use of the gimp.deb
package which contains all the software binaries and files needed to for the image editor to run along with the metadata which provides the information about the software itself.Take a look at the errors in the installation while attempting to install gimp.deb
on this ubuntu 18.04 system, the dependencies failed as a result the installations failed. Bare in mind that each of these dependent packages may have dependencies of their own which makes package installation management a very tedious process. This is where a Package Manager
comes into save the day.
A Linux distribution supports different types of package managers, some of the common ones are below