🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Linux Beginner

What is Package Manager?

A tool that automates the process of installing, updating, configuring, and removing software packages.

Package managers handle software dependencies, versioning, and installation from repositories. Popular examples include APT (Debian/Ubuntu), DNF/YUM (Fedora/RHEL), Pacman (Arch Linux), and Zypper (openSUSE).

They maintain a database of installed packages and their dependencies, making it easy to keep systems updated and resolve conflicts.

Related Terms

Daemon
A background process that runs continuously on a system, typically providing services like web serving or logging.
Kernel
The core component of an operating system that manages hardware resources and provides services to software.
Pipe
A mechanism that connects the output of one command directly to the input of another, enabling command chaining.
Top/Htop
Interactive process viewers that display real-time system resource usage including CPU, memory, and running processes.
LVM (Logical Volume Manager)
A storage management framework that provides flexible disk management through abstract layers of physical and logical volumes.
Strace
A diagnostic tool that traces system calls and signals made by a process, useful for debugging and performance analysis.
View All Linux Terms →