mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* 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>
395 B
395 B
pkg
FreeBSD package manager. More information: https://man.freebsd.org/cgi/man.cgi?query=pkg&sektion=8.
- Install a new package:
pkg install {{package}}
- Delete a package:
pkg delete {{package}}
- Upgrade all packages:
pkg upgrade
- Search for a package:
pkg search {{keyword}}
- List installed packages:
pkg info
- Remove unneeded dependencies:
pkg autoremove