1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages/netbsd/pkgin.md
Lena 28a74a924c
freebsd, netbsd: add directory; pkg, pkgin: add page (#11313)
* freebsd: add directory; pkg: add page

* netbsd: add directory; pkgin: add page

* pkg, pkgin: move install and remove examples to the top

* pkgin: add backticks `pkgsrc`

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-29 08:12:56 +05:30

28 lines
418 B
Markdown

# pkgin
> Manage `pkgsrc` binary packages on NetBSD.
> More information: <https://pkgin.net/#usage>.
- Install a package:
`pkgin install {{package}}`
- Remove a package and its dependencies:
`pkgin remove {{package}}`
- Upgrade all packages:
`pkgin full-upgrade`
- Search for a package:
`pkgin search {{keyword}}`
- List installed packages:
`pkgin list`
- Remove unneeded dependencies:
`pkgin autoremove`