1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages.ko/netbsd/pkgin.md
코드싸이 67f1a6914b
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
2024-06-23 21:09:13 +09:00

458 B

pkgin

NetBSD에서 pkgsrc 바이너리 패키지를 관리합니다. 더 많은 정보: https://pkgin.net/#usage.

  • 패키지 설치:

pkgin install {{패키지}}

  • 패키지 및 해당 의존성 제거:

pkgin remove {{패키지}}

  • 모든 패키지 업그레이드:

pkgin full-upgrade

  • 패키지 검색:

pkgin search {{키워드}}

  • 설치된 패키지 나열:

pkgin list

  • 필요없는 의존성 제거:

pkgin autoremove