mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:42:09 +02:00
722 B
722 B
kpackagetool5
K패키지 관리자: Plasma 패키지 설치, 나열, 제거. 더 많은 정보: https://manned.org/kpackagetool5.
- 설치 가능한 모든 패키지 유형 나열:
kpackagetool5 --list-types
- 디렉토리에서 패키지 설치:
kpackagetool5 --type {{패키지_유형}} --install {{경로/대상/폴더}}
- 디렉토리에서 설치된 패키지 업데이트:
kpackagetool5 --type {{패키지_유형}} --upgrade {{경로/대상/폴더}}
- 설치된 플라스모이드 나열 (--global로 모든 사용자에 대해 표시):
kpackagetool5 --type Plasma/Applet --list --global
- 이름으로 플라스모이드 제거:
kpackagetool5 --type Plasma/Applet --remove "{{이름}}"