Skip to main content
Kill -9 Club
Sign in

apt

PackagesPackage: apt

The package management interface for a human: update, upgrade, install, with a progress bar and output that changes between versions — which makes it unfit for scripts.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

apt -y
Answers yes to every prompt. Needed for an unattended install; avoid it when the command could remove packages.
apt --upgradable
With apt list, shows only packages with a newer version available.

Lessons that teach it