Package management notes

apt update refreshes repository metadata; apt upgrade applies upgrades that do not require removing installed packages.

Before accepting a large transaction, read the package list and note any services that may restart. apt autoremove is useful, but its proposal deserves the same review.

For troubleshooting, /var/log/apt/history.log provides a compact record of previous package operations.