Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PKG-CHECK(8)		  BSD System Manager's Manual		  PKG-CHECK(8)

NAME
     pkg check -- sanity checks	installed packages

SYNOPSIS
     pkg check [-Bdsr] [-vyn] [-a | -gix pattern]

DESCRIPTION
     pkg check -B is used to reanalyse shared libraries	of installed packages.

     pkg check -d is used to check for and install missing dependencies.

     pkg check -r is used to recompute sizes and checksums of installed	pack-
     ages.

     pkg check -s is used to find invalid checksums for	installed packages.

OPTIONS
     The following options are supported by pkg	check:

     -y	 Assume	yes when asked for confirmation	before installing missing de-
	 pendencies.

     -v	 Be verbose.

     -n	 Merely	check for missing dependencies and do not install them.

     -a	 Process all packages.

     -i	 Make the standard or regular expression (-x) matching against pattern
	 case insensitive.

     -g	 Treat pattern as a shell glob pattern.

     -x	 Treat pattern as a regular expression.	 This uses the "modern"	or
	 "extended" syntax described in	re_format(7)

ENVIRONMENT
     The following environment variables affect	the execution of pkg check.
     See pkg.conf(5) for further description.

     PKG_DBDIR

FILES
     See pkg.conf(5).

SEE ALSO
     pkg.conf(5), pkg(8), pkg-add(8), pkg-annotate(8), pkg-audit(8),
     pkg-autoremove(8),	pkg-backup(8), pkg-clean(8), pkg-config(8),
     pkg-convert(8), pkg-create(8), pkg-delete(8), pkg-fetch(8), pkg-info(8),
     pkg-install(8), pkg-lock(8), pkg-query(8),	pkg-register(8), pkg-repo(8),
     pkg-rquery(8), pkg-search(8), pkg-set(8), pkg-shell(8), pkg-shlib(8),
     pkg-stats(8), pkg-update(8), pkg-updating(8), pkg-upgrade(8),
     pkg-version(8), pkg-which(8)

BSD				 July 11, 2013				   BSD

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | ENVIRONMENT | FILES | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkg-check&manpath=FreeBSD+10.0-RELEASE>

home | help