[guest@pyzion] ~/blogs/

Date: Jan 12, 2024

Mastering Package Managers Yum, DNF, or Apt

Zion

Introduction

What are Package Managers?

According to Wikipedia Package Managers are a collection of software tools that automates the process of installing, upgrading, configuring, and removing computer programs for a computer in a consistent manner. They are responsible for tracking package metadata (such as name, description, version, checksum, and dependencies associated with specific packages) across various databases, allowing the tool to install and run them properly.

Package Managers

Debian: dpkg, apt-get, apt

RHEL: rpm dnf yum

Arch: packman

How to use Debian based package managers?

How to use REHL based package managers?

Conclusion

For more help check the man page man apt

Tags: #linux #debian #rhel