Kolam Ayer MakersLinux Foundations

Package Management

Core Idea

A package manager keeps track of installable software, versions, dependencies, files, and updates. On Debian-family systems, apt is the user-facing package tool and dpkg is the lower-level package database tool.

Discovery Versus Installation

apt search ascii
apt show cmatrix

Searching and showing package metadata are safe learner actions. Installing packages changes the shared machine and is an administrator action in this course.

What apt show Tells You

Read the description before deciding whether a package is relevant. Do not infer purpose from the name alone.

Common Confusions

Proof Check

Use apt show cmatrix and explain what it does without installing it.

Docs Pointers