mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 00:27:21 +03:00
28a74a924c
* 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>
418 B
418 B
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