Deleted Added
full compact
pkg_delete.1 (83663) pkg_delete.1 (95127)
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_delete.1
1.\"
2.\" FreeBSD install - a package for the installation and maintainance
3.\" of non-core utilities.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" Jordan K. Hubbard
15.\"
16.\"
17.\" @(#)pkg_delete.1
18.\" $FreeBSD: head/usr.sbin/pkg_install/delete/pkg_delete.1 83663 2001-09-19 08:06:48Z sobomax $
18.\" $FreeBSD: head/usr.sbin/pkg_install/delete/pkg_delete.1 95127 2002-04-20 12:27:18Z charnier $
19.\"
20.Dd November 25, 1994
21.Dt PKG_DELETE 1
22.Os
23.Sh NAME
24.Nm pkg_delete
25.Nd a utility for deleting previously installed software package distributions
26.Sh SYNOPSIS

--- 92 unchanged lines hidden (view full) ---

119.Nm
120deletes all packages that match at least one
121regular expression from the list.
122.It Fl r
123Recursive removal. In addition to specified packages, delete all
124packages that depend on those packages as well.
125.El
126.Sh TECHNICAL DETAILS
19.\"
20.Dd November 25, 1994
21.Dt PKG_DELETE 1
22.Os
23.Sh NAME
24.Nm pkg_delete
25.Nd a utility for deleting previously installed software package distributions
26.Sh SYNOPSIS

--- 92 unchanged lines hidden (view full) ---

119.Nm
120deletes all packages that match at least one
121regular expression from the list.
122.It Fl r
123Recursive removal. In addition to specified packages, delete all
124packages that depend on those packages as well.
125.El
126.Sh TECHNICAL DETAILS
127The
127.Nm
128.Nm
129utility
128does pretty much what it says. It examines installed package records in
129.Pa /var/db/pkg/<pkg-name> ,
130deletes the package contents, and finally removes the package records.
131If the environment variable
132.Ev PKG_DBDIR
133is set, this overrides the
134.Pa /var/db/pkg/
135path shown above.

--- 139 unchanged lines hidden ---
130does pretty much what it says. It examines installed package records in
131.Pa /var/db/pkg/<pkg-name> ,
132deletes the package contents, and finally removes the package records.
133If the environment variable
134.Ev PKG_DBDIR
135is set, this overrides the
136.Pa /var/db/pkg/
137path shown above.

--- 139 unchanged lines hidden ---