13 lines
484 B
Markdown
13 lines
484 B
Markdown
---
|
|
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
|