1 .\" $NetBSD: pkg_admin.1,v 1.28 2009/10/07 12:53:26 joerg Exp $
3 .\" Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" This code is derived from software contributed to The NetBSD Foundation
7 .\" by Hubert Feyrer <hubert@feyrer.de>.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. All advertising materials mentioning features or use of this software
18 .\" must display the following acknowledgement:
19 .\" This product includes software developed by the NetBSD
20 .\" Foundation, Inc. and its contributors.
21 .\" 4. Neither the name of The NetBSD Foundation nor the names of its
22 .\" contributors may be used to endorse or promote products derived
23 .\" from this software without specific prior written permission.
25 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
26 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
27 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
28 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
29 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
32 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
33 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35 .\" POSSIBILITY OF SUCH DAMAGE.
42 .Nd perform various administrative tasks to the pkg system
49 .Op Fl s Ar sfx_pattern
50 .Ar command Op args ...
52 This command performs various administrative tasks around the
56 The following command-line options are supported:
57 .Bl -tag -width indent
59 Print only the base names when matching package names for
64 Read the configuration file from
66 instead of the system default.
70 as the path to the directory in which to find matching package names for
77 as the package database directory.
78 If this option isn't specified, then the package database directory is
79 taken from the value of the environment variable
81 if it's set, otherwise it defaults to
84 Perform checks in a quiet manner.
89 to standard output to indicate progress.
90 This option suppresses this progress indicator.
92 Set the shell glob pattern for package suffixes when matching package
97 to be the null suffix.
98 .It Fl s Ar sfx_pattern
99 Set the shell glob pattern for package suffixes when matching package
104 The default pattern is ".t[bg]z".
106 Print version number and exit.
111 The following commands are supported:
112 .Bl -tag -width indent
113 .It Cm add Ar pkg ...
114 For each listed package, write the absolute pathnames of the files listed in
117 file together with the package they belong to into the package database.
118 This should be used only by
120 .It Cm audit Oo Fl es Oc Oo Fl t Ar type Oc Oo Ar pkg Oc ...
121 Check the listed installed packages for vulnerabilities.
122 If no package is given, check all installed packages.
125 is given, also include end-of-life information.
128 is given, check the signature of the pkg-vulnerabilities file before using it.
130 restricts the reported vulnerabilities to type
132 .It Cm audit-pkg Oo Fl es Oc Oo Fl t Ar type Oc Oo Ar pkg Oc ...
135 but check only the given package names or patterns.
136 .It Cm audit-batch Oo Fl es Oc Oo Fl t Ar type Oc Oo Ar pkg-list Oc ...
139 but read the package names or patterns one per line from the given files.
140 .It Cm audit-history Oo Fl s Oc Oo Fl t Ar type Oc Oo Ar pkgbase Oc ...
141 Print all vulnerabilities for the given base package names.
142 .It Cm check Op Ar pkg ...
143 Use this command to check the files belonging to some or all of the
144 packages installed on the local machine against the checksum
145 which was recorded in the
147 files at package installation time.
148 Symbolic links also have their integrity checked against the recorded
149 value at package installation time.
150 If no additional argument is given, the files of all installed packages
151 are checked, else only the named packages will be checked (wildcards can
157 files will be parsed and the
158 checksum will be checked for every file found.
159 A warning message is printed if the expected checksum differs from the
160 checksum of the file on disk.
161 Symbolic links are also checked, ensuring that the targets on disk are
162 the same as the contents recorded at package installation time.
163 .It Cm check-license Ar condition
166 can be fulfilled with the currently set of accepted licenses.
167 Prints either yes or no to stdout if the condition can be parsed,
168 otherwise it exits with error.
169 .It Cm check-pkg-vulnerabilities Oo Fl s Oc Ar file
170 Check format and hashes in the pkg-vulnerabilities file
174 is given, also check the embedded signature.
175 .It Cm check-signature Ar file ...
178 is a correctly signed package.
179 .It Cm check-single-license Ar license
182 is a valid license name and if it is in the set of acceptable licenses.
183 Prints either yes or no to stdout if the condition can be parsed,
184 otherwise it exits with error.
185 .It Cm config-var Ar variable
186 Print the current value of
188 as used after parsing the configuration file.
189 .It Cm delete Ar pkg ...
190 For each listed package, remove all file entries in the package database that
191 belong to the package.
192 This should be used only by
195 Dump the contents of the package database, similar to
197 Columns are printed for the key field used in the pkgdb - the filename -,
198 and the data field - the package the file belongs to.
199 .It Cm fetch-pkg-vulnerabilities Oo Fl su Oc
200 Fetch a new pkg-vulnerabilities file, check the format and if
202 is given the signature.
203 If all checks are passed, write it to pkgdb.
206 is given, the fetch is conditional and the file transfer is only done if
207 the remote version is newer than the one in pkgdb.
208 .It Cm findbest Ar pattern ...
209 Search the entries of
211 for packages matching
213 Print the URL of the best matching package to stdout for each pattern.
214 If a pattern is not matched, it is skipped and the command will return
216 .It Cm lsall Ar /dir/pkgpattern
217 .It Cm lsbest Ar /dir/pkgpattern
218 List all/best package matching pattern in the given directory
222 flag is given, then that directory path overrides
224 Can be used to work around limitations of /bin/sh and other
225 filename globbing mechanisms.
226 This option implements matching of
227 pkg-wildcards against arbitrary files and directories, useful mainly in
228 the build system itself.
231 for a description of the pattern.
235 yui# cd /usr/pkgsrc/packages/i386ELF/All/
237 unzip-5.40.tgz unzip-5.41.tgz
238 yui# pkg_admin lsall 'unzip*'
239 /usr/pkgsrc/packages/i386ELF/All/unzip-5.40.tgz
240 /usr/pkgsrc/packages/i386ELF/All/unzip-5.41.tgz
241 yui# pkg_admin lsall 'unzip\*[Ge]5.40'
242 /usr/pkgsrc/packages/i386ELF/All/unzip-5.40.tgz
243 /usr/pkgsrc/packages/i386ELF/All/unzip-5.41.tgz
244 yui# pkg_admin lsall 'unzip\*[Ge]5.41'
245 /usr/pkgsrc/packages/i386ELF/All/unzip-5.41.tgz
246 yui# pkg_admin lsbest 'unzip\*[Ge]5.40'
247 /usr/pkgsrc/packages/i386ELF/All/unzip-5.41.tgz
248 yui# pkg_admin lsall /usr/pkgsrc/packages/i386ELF/All/'{mit,unproven}-pthread*'
249 /usr/pkgsrc/packages/i386ELF/All/mit-pthreads-1.60b6.tgz
250 /usr/pkgsrc/packages/i386ELF/All/unproven-pthreads-0.15.tgz
252 .It Cm pmatch Ar pattern Ar pkg
257 otherwise returns false.
259 Rebuild the package database mapping from scratch, scanning
264 files, parsing them and writing the resulting absolute pathnames
265 together with the package they belong to into the package database.
267 This option is intended to be used for upgrading from non-pkgdb-pkg_*
268 tools to pkgdb-pkg_* tools, further manipulation of the pkgdb will be
275 Needs to be run as root.
277 Rebuild the +REQUIRED_BY files from scratch by reresolving all dependencies.
279 This option is intended to be used for fixing inconsistencies between
280 the records of depending and depended-on packages, such as can arise
283 .It Cm set Ar variable=value pkg ...
284 Set variable with information about the installed package.
287 to remove a variable.
289 Packages that are not installed directly by the user but pulled in as
290 dependencies are marked by setting
292 .It Cm gpg-sign-package pkg spkg
293 Sign the binary package
295 using GPG and write the result to
297 .It Cm x509-sign-package pkg spkg key cert
298 Sign the binary package
307 .It Cm unset Ar variable pkg ...
308 Remove an installation variable.
311 .Bl -tag -width indent -compact
315 flag isn't given, then
317 is the location of the package database directory.
318 The default package database directory is
321 .Sh CONFIGURATION VARIABLES
322 The following variables change the behavior of
325 .Xr pkg_install.conf 5 :
326 .Bl -tag -width CERTIFICATE_ANCHOR_PKGS
327 .It Ev CERTIFICATE_ANCHOR_PKGS
328 .It Ev CERTIFICATE_ANCHOR_PKGVULN
329 .It Ev CERTIFICATE_CHAIN
336 .Bl -tag -width /var/db/pkg/pkgdb.byfile.db -compact
337 .It Pa /var/db/pkg/pkgdb.byfile.db
338 .It Pa /var/db/pkg/\*[Lt]pkg\*[Gt]/+CONTENTS
346 .Xr pkg_install.conf 5 ,
351 command first appeared in
356 command was written by Hubert Feyrer.