linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

24
pages.ko/linux/pactree.md Normal file
View File

@@ -0,0 +1,24 @@
# pactree
> pacman용 패키지 의존성 트리 뷰어.
> 더 많은 정보: <https://manned.org/pactree.8>.
- 특정 패키지의 의존성 트리를 출력:
`pactree {{패키지}}`
- 특정 패키지에 의존하는 패키지 출력:
`pactree --reverse {{패키지}}`
- 중복을 생략하고 의존성을 한 줄에 하나씩 출력:
`pactree --unique {{패키지}}`
- 특정 패키지의 선택적 의존성을 포함하고 출력을 색상으로 표시:
`pactree --optional --color {{패키지}}`
- 도움말 표시:
`pactree`