Skip to content

Commit

Permalink
Data update 2025-01-01 18-17-32
Browse files Browse the repository at this point in the history
  • Loading branch information
1010bots committed Jan 1, 2025
1 parent 9819310 commit e367ddc
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 5 deletions.
12 changes: 8 additions & 4 deletions docs/en/linux/kpackagetool5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
layout: page
title: linux/kpackagetool5 (English)
description: "KPackage Manager: install, list, remove Plasma packages."
content_hash: 749774f3da45ff8d4adf992741286906bebe00b3
last_modified_at: 2024-02-15
content_hash: d5b55a42a6b6d068876c772f6ce5b0f2b4418078
last_modified_at: 2025-01-01
related_topics:
- title: 한국어 version
url: /ko/linux/kpackagetool5.html
icon: bi bi-globe
tldri18n_status: 2
---
# 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:

Expand All @@ -23,7 +27,7 @@ More information: <https://techbase.kde.org/Development/Tutorials/Plasma5/QML2/G

`kpackagetool5 --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):
- List installed plasmoids (`--global` for all users):

`kpackagetool5 --type Plasma/Applet --list --global`

Expand Down
41 changes: 41 additions & 0 deletions docs/en/linux/kpackagetool6.md
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>`"`
37 changes: 37 additions & 0 deletions docs/en/linux/lookandfeeltool.md
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`

0 comments on commit e367ddc

Please sign in to comment.