Repository and Package Management: Revision history

From Mintarc Forge

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2025

  • curprev 08:0708:07, 20 February 2025 Tommy talk contribs 548 bytes +548 Created page with "==manage packages using APT== *Install a package: **sudo apt install package_name *Update package lists: **sudo apt update *Upgrade installed packages: **sudo apt upgrade *Remove a package: **sudo apt remove package_name ==Find a package containing a specific file== apt-file search filename *Get package information: **apt show package_name *Check if a package is installed: **apt list --installed | grep package_name *View package dependencies: **apt-cache depends..."