mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Update kpackagetool6.md
This commit is contained in:
parent
51d7f02ec2
commit
cd5ba656cd
1 changed files with 4 additions and 4 deletions
|
@ -9,16 +9,16 @@
|
|||
|
||||
- Install the package from a directory:
|
||||
|
||||
`kpackagetool6 --type {{package_type}} --install {{path/to/directory}}`
|
||||
`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-i|--install]}} {{path/to/directory}}`
|
||||
|
||||
- Update installed package from a directory:
|
||||
|
||||
`kpackagetool6 --type {{package_type}} --upgrade {{path/to/directory}}`
|
||||
`kpackagetool6 {{[-t|--type]}} {{package_type}} {{[-u|--upgrade]}} {{path/to/directory}}`
|
||||
|
||||
- List installed plasmoids (`--global` for all users):
|
||||
|
||||
`kpackagetool6 --type Plasma/Applet --list --global`
|
||||
`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-l|--list]}} {{[-g|--global]}}`
|
||||
|
||||
- Remove a plasmoid by name:
|
||||
|
||||
`kpackagetool6 --type Plasma/Applet --remove "{{name}}"`
|
||||
`kpackagetool6 {{[-t|--type]}} Plasma/Applet {{[-r|--remove]}} "{{name}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue