pkg: add Korean translation (#11511)

pull/23/head
HoJeong Im 2023-11-15 18:31:48 +09:00 committed by GitHub
parent f389553a72
commit 544c3261cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.ko/android/pkg.md Normal file
View File

@ -0,0 +1,24 @@
# pkg
> Termux용 패키지 관리 유틸리티.
> 더 많은 정보: <https://wiki.termux.com/wiki/Package_Management>.
- 설치된 모든 패키지 업그레이드:
`pkg upgrade`
- 패키지 설치:
`pkg install {{패키지}}`
- 패키지 삭제:
`pkg uninstall {{패키지}}`
- 패키지 재설치:
`pkg reinstall {{패키지}}`
- 패키지 검색:
`pkg search {{패키지}}`