Skip to content

Commit

Permalink
Commit from Obsidian Git
Browse files Browse the repository at this point in the history
  • Loading branch information
Chouffy committed Mar 3, 2024
1 parent 7f0b9b2 commit 76be141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Software/Advanced Package Tool.md
Expand Up @@ -3,6 +3,9 @@ aliases: apt
---
Is a [[Software]] to install, update, remove packages on [[Operating System]] like [[Debian]] or [[Ubuntu]]
## Notes
- `apt update` to update the list of package
- `apt install` to upgrade package to their next updates
- `apt dist-upgrade` to upgrade package & manage dependencies accordingly (better)
- `apt install PACKAGE` to install packages from the web
- `apt install -f /path/to/file.deb` to install from local file
- `apt clean` to remove cache
Expand Down

0 comments on commit 76be141

Please sign in to comment.