| + |
.\"
|
| + |
.\" FreeBSD pkg - a next generation package for the installation and maintenance
|
| + |
.\" of non-core utilities.
|
| + |
.\"
|
| + |
.\" Redistribution and use in source and binary forms, with or without
|
| + |
.\" modification, are permitted provided that the following conditions
|
| + |
.\" are met:
|
| + |
.\" 1. Redistributions of source code must retain the above copyright
|
| + |
.\" notice, this list of conditions and the following disclaimer.
|
| + |
.\" 2. Redistributions in binary form must reproduce the above copyright
|
| + |
.\" notice, this list of conditions and the following disclaimer in the
|
| + |
.\" documentation and/or other materials provided with the distribution.
|
| + |
.\"
|
| + |
.\"
|
| + |
.\" @(#)pkg.8
|
| + |
.\" $FreeBSD$
|
| + |
.\"
|
| + |
.Dd March 2, 2012
|
| + |
.Dt PKG-SET 8
|
| + |
.Os
|
| + |
.Sh NAME
|
| + |
.Nm "pkg set"
|
| + |
.Nd modify information in the installed database
|
| + |
.Sh SYNOPSIS
|
| + |
.Nm
|
| + |
.Op Fl a Op Ar 01
|
| + |
.Op Fl y
|
| + |
.Op Fl xXg
|
| + |
.Ar <pkg-name>
|
| + |
.Sh DESCRIPTION
|
| + |
.Nm
|
| + |
is used to modify information concerning installed packages, should be used with
|
| + |
caution
|
| + |
.Sh OPTIONS
|
| + |
The following options are supported by
|
| + |
.Nm :
|
| + |
.Bl -tag -width F1
|
| + |
.It Fl y
|
| + |
Assume yes when asked for confirmation before package autoremoval.
|
| + |
.It Fl a Op 01
|
| + |
Set automatic flag to the package: 0 is not automatic, 1 is automatic
|
| + |
.It Fl x
|
| + |
Assume pkg-name is a regex
|
| + |
.It Fl X
|
| + |
Assume pkg-name is an extended regex
|
| + |
.It Fl g
|
| + |
Assume pkg-name is a glob
|
| + |
.El
|
| + |
.Sh FILES
|
| + |
See
|
| + |
.Xr pkg.conf 5 .
|
| + |
.Sh SEE ALSO
|
| + |
.Xr pkg 8 ,
|
| + |
.Xr pkg-add 8 ,
|
| + |
.Xr pkg-autoremove 8 ,
|
| + |
.Xr pkg-create 8 ,
|
| + |
.Xr pkg-search 8 ,
|
| + |
.Xr pkg-backup 8 ,
|
| + |
.Xr pkg-install 8 ,
|
| + |
.Xr pkg-delete 8 ,
|
| + |
.Xr pkg-info 8 ,
|
| + |
.Xr pkg-register 8 ,
|
| + |
.Xr pkg-repo 8 ,
|
| + |
.Xr pkg-update 8 ,
|
| + |
.Xr pkg-updating 8 ,
|
| + |
.Xr pkg-upgrade 8 ,
|
| + |
.Xr pkg-version 8 ,
|
| + |
.Xr pkg-which 8 ,
|
| + |
.Xr pkg.conf 5
|