1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/snap.md
코드싸이 16f2c3ed79
shnsplit: fix typo, systemctl: update Korean translation, linux/s*: add Korean translation (#14715)
* 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>
2024-11-11 15:05:30 +09:00

37 lines
674 B
Markdown

# snap
> "snap" 독립형 소프트웨어 패키지 관리.
> `.deb` 파일에 대한 `apt`와 유사.
> 더 많은 정보: <https://manned.org/snap>.
- 패키지 검색:
`snap find {{검색어}}`
- 패키지 설치:
`snap install {{패키지}}`
- 패키지 업데이트:
`snap refresh {{패키지}}`
- 패키지를 다른 채널(트랙, 위험도, 브랜치)로 업데이트:
`snap refresh {{패키지}} --channel={{채널}}`
- 모든 패키지 업데이트:
`snap refresh`
- 설치된 snap 소프트웨어의 기본 정보 표시:
`snap list`
- 패키지 제거:
`snap remove {{패키지}}`
- 시스템의 최근 snap 변경 사항 확인:
`snap changes`