mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
pkg: add Korean translation (#11511)
This commit is contained in:
parent
f389553a72
commit
544c3261cb
1 changed files with 24 additions and 0 deletions
24
pages.ko/android/pkg.md
Normal file
24
pages.ko/android/pkg.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pkg
|
||||
|
||||
> Termux용 패키지 관리 유틸리티.
|
||||
> 더 많은 정보: <https://wiki.termux.com/wiki/Package_Management>.
|
||||
|
||||
- 설치된 모든 패키지 업그레이드:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- 패키지 설치:
|
||||
|
||||
`pkg install {{패키지}}`
|
||||
|
||||
- 패키지 삭제:
|
||||
|
||||
`pkg uninstall {{패키지}}`
|
||||
|
||||
- 패키지 재설치:
|
||||
|
||||
`pkg reinstall {{패키지}}`
|
||||
|
||||
- 패키지 검색:
|
||||
|
||||
`pkg search {{패키지}}`
|
Loading…
Add table
Reference in a new issue