Main public logs
From Mintarc Forge
Combined display of all available logs of Mintarc Forge. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:07, 20 February 2025 Tommy talk contribs created page Repository and Package Management (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...")