zic: add Korean translation, linux/x*: add Korean translation (#14757)

* linux/x*: add Korean translation

* linux/zic: add Korean translation
This commit is contained in:
코드싸이
2024-11-10 16:44:04 +09:00
committed by GitHub
parent faaa74ce88
commit 193c0fe90a
18 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# xbps-remove
> 패키지를 제거하는 XBPS 유틸리티.
> 같이 보기: `xbps`.
> 더 많은 정보: <https://manned.org/xbps-remove.1>.
- 패키지 제거:
`xbps-remove {{패키지}}`
- 패키지와 그 의존성 제거:
`xbps-remove --recursive {{패키지}}`
- 고아 패키지 제거 (의존성으로 설치되었지만 더 이상 어떤 패키지도 필요로 하지 않는 패키지):
`xbps-remove --remove-orphans`
- 캐시에서 오래된 패키지 제거:
`xbps-remove --clean-cache`