Added information on package management
Signed-off-by: Aiden Gerbrandt <aiden.gerbrandt@entropic.pro>
This commit is contained in:
12
Debian.md
Normal file
12
Debian.md
Normal 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
|
||||
Reference in New Issue
Block a user