1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 15:55:26 +02:00

kpackagetool6: add page; kpackagetool5: update link (#15404)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor 2025-01-01 18:49:17 +02:00 committed by GitHub
parent c0238781ed
commit 49447b0fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 26 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# 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:
@ -15,7 +15,7 @@
`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`

View file

@ -0,0 +1,24 @@
# kpackagetool6
> KPackage Manager: install, list, remove Plasma packages.
> More information: <https://manned.org/kpackagetool6>.
- List all known package types that can be installed:
`kpackagetool6 --list-types`
- Install the package from a directory:
`kpackagetool6 --type {{package_type}} --install {{path/to/directory}}`
- Update installed package from a directory:
`kpackagetool6 --type {{package_type}} --upgrade {{path/to/directory}}`
- List installed plasmoids (`--global` for all users):
`kpackagetool6 --type Plasma/Applet --list --global`
- Remove a plasmoid by name:
`kpackagetool6 --type Plasma/Applet --remove "{{name}}"`