freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)
* freebsd/*: add Korean translation * netbsd/*: add Korean translation * openbsd/*: add Korean translation * sunos/*: add Korean translation * freebsd/look: update Korean translation * prstat: fix placeholder
This commit is contained in:
28
pages.ko/freebsd/pkg.md
Normal file
28
pages.ko/freebsd/pkg.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# pkg
|
||||
|
||||
> FreeBSD 패키지 관리자입니다.
|
||||
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8>.
|
||||
|
||||
- 새 패키지 설치:
|
||||
|
||||
`pkg install {{패키지}}`
|
||||
|
||||
- 패키지 삭제:
|
||||
|
||||
`pkg delete {{패키지}}`
|
||||
|
||||
- 모든 패키지 업그레이드:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- 패키지 검색:
|
||||
|
||||
`pkg search {{키워드}}`
|
||||
|
||||
- 설치된 패키지 목록:
|
||||
|
||||
`pkg info`
|
||||
|
||||
- 필요없는 의존성 제거:
|
||||
|
||||
`pkg autoremove`
|
Reference in New Issue
Block a user