blob: 61bd8cd55e9c59dd6b7cd23e703496b0c357bfc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkg_install contains the core package management and administration
utilities for pkgsrc, a multi-platform source and binary package
system developed and maintained by The NetBSD Project and volunteers
from around the globe.
The following tools are included:
pkg_add install and upgrade binary packages
pkg_admin perform various pkgsrc administrative tasks
pkg_create create software package distributions
pkg_delete delete installed packages
pkg_info display information about installed or binary packages
For the following tools compatibility wrappers are included:
audit-packages audit installed packages for security vulnerabilities
download-vulnerability-list download the latest vulnerabilities list
|