Added information on package management

Signed-off-by: Aiden Gerbrandt <aiden.gerbrandt@entropic.pro>
This commit is contained in:
2025-12-14 16:17:30 -06:00
parent eba0d35f98
commit 7a44089e18
3 changed files with 106 additions and 0 deletions

12
Debian.md Normal file
View File

@@ -0,0 +1,12 @@
---
tags:
- Debian
---
## Package Management
### apt
- The package manager for Debian-based distros such as Ubuntu and Mint
- Graphical Software Management tools such as KDE Discover and GNOME Software are compatible
- Packages are installed with `apt install <package>` and uninstalled with `apt remove <package>`
- `apt update` will pull the latest information to know what packages have new versions
- `apt upgrade` will then update your system and installed programs