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:
parent
c0238781ed
commit
49447b0fa0
2 changed files with 26 additions and 2 deletions
|
@ -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`
|
||||
|
||||
|
|
24
pages/linux/kpackagetool6.md
Normal file
24
pages/linux/kpackagetool6.md
Normal 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}}"`
|
Loading…
Add table
Reference in a new issue