mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
32 lines
617 B
Markdown
32 lines
617 B
Markdown
# swupd
|
|
|
|
> Clear Linux의 패키지 관리 도구.
|
|
> 더 많은 정보: <https://www.clearlinux.org/clear-linux-documentation/guides/clear/swupd.html>.
|
|
|
|
- 최신 버전으로 업데이트:
|
|
|
|
`sudo swupd update`
|
|
|
|
- 현재 버전을 표시하고, 새 버전이 있는지 확인:
|
|
|
|
`swupd check-update`
|
|
|
|
- 설치된 번들 나열:
|
|
|
|
`swupd bundle-list`
|
|
|
|
- 원하는 패키지가 존재하는 번들 찾기:
|
|
|
|
`swupd search -b {{패키지}}`
|
|
|
|
- 새 번들 설치:
|
|
|
|
`sudo swupd bundle-add {{번들}}`
|
|
|
|
- 번들 제거:
|
|
|
|
`sudo swupd bundle-remove {{번들}}`
|
|
|
|
- 손상되었거나 누락된 파일 수정:
|
|
|
|
`sudo swupd verify`
|