-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: page | ||
title: linux/kpackagetool6 (English) | ||
description: "KPackage Manager: install, list, remove Plasma packages." | ||
content_hash: 920a49ea6dd25b127b4f84683c7105af8707315b | ||
last_modified_at: 2025-01-01 | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/linux/kpackagetool6.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># 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 `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_type</span>` --install `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/directory</span> | ||
|
||
- Update installed package from a directory: | ||
|
||
`kpackagetool6 --type `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">package_type</span>` --upgrade `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">path/to/directory</span> | ||
|
||
- List installed plasmoids (`--global` for all users): | ||
|
||
`kpackagetool6 --type Plasma/Applet --list --global` | ||
|
||
- Remove a plasmoid by name: | ||
|
||
`kpackagetool6 --type Plasma/Applet --remove "`<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">name</span>`"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
layout: page | ||
title: linux/lookandfeeltool (English) | ||
description: "Switch Plasma global themes." | ||
content_hash: c8b0cd324fee93c6e5c17ce710f42e6b28e354f4 | ||
last_modified_at: 2025-01-01 | ||
tldri18n_status: 0 | ||
--- | ||
|
||
### Outdated Translation | ||
This entry is currently considered outdated and its contents may not be up-to-date with other translations. | ||
|
||
Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. | ||
|
||
<a class="btn btn-primary" href="{{ site.url }}/en/linux/lookandfeeltool.html">View original (English) version</a> | ||
<a class="btn" href="https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md">Contributing Guidelines</a> | ||
|
||
<hr># lookandfeeltool | ||
|
||
Switch Plasma global themes. | ||
More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>. | ||
|
||
- List available global themes: | ||
|
||
`lookandfeeltool --list` | ||
|
||
- Apply a global theme: | ||
|
||
`lookandfeeltool --apply `<span class="tldr-var badge badge-pill bg-dark-lm bg-white-dm text-white-lm text-dark-dm font-weight-bold">org.example.theme.desktop</span> | ||
|
||
- Operate `lookandfeeltool` without a display server: | ||
|
||
`lookandfeeltool --platform offscreen` | ||
|
||
- Display help: | ||
|
||
`lookandfeeltool --help` |
Submodule source
updated
5 files
+1 −1 | .github/workflows/codespell.yml | |
+1 −1 | .github/workflows/labeler.yml | |
+2 −2 | pages/linux/kpackagetool5.md | |
+24 −0 | pages/linux/kpackagetool6.md | |
+20 −0 | pages/linux/lookandfeeltool.md |