Update cheatsheets

This commit is contained in:
ivuorinen
2025-01-02 00:17:21 +00:00
parent 7d5c24cb3d
commit 8bbe4d3fb7
6 changed files with 118 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# kpackagetool5
> KPackage Manager: install, list, remove Plasma packages.
> More information: <https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/GettingStarted#Kpackagetool5>.
> More information: <https://manned.org/kpackagetool5>.
- List all known package types that can be installed:
@@ -20,7 +20,7 @@ source: https://github.com/tldr-pages/tldr.git
`kpackagetool5 --type {{package_type}} --upgrade {{path/to/directory}}`
- List installed plasmoids (--global for all users):
- List installed plasmoids (`--global` for all users):
`kpackagetool5 --type Plasma/Applet --list --global`