~ubuntu-branches/ubuntu/oneiric/dlocate/oneiric

« back to all changes in this revision

Viewing changes to dpkg-remove.1

  • Committer: Bazaar Package Importer
  • Author(s): Craig Sanders
  • Date: 2009-06-03 11:24:02 UTC
  • mfrom: (3.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090603112402-glc1211vgmee8yel
Tags: 1.02
* fixed example in dlocate.1 man page again (Closes: #466662)
* added '-k', and '-K' commands to list kernels and related packages
* added optional support for gzip compression of /var/lib/dlocate/dlocatedb.txt
* added support output filters (--package-only, --filename-only) (Closes: #531641)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH DPKG-REMOVE 1 "November 2007"
2
 
.\" Please adjust this date whenever revising the manpage.
3
 
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
4
 
.\" other parms are allowed: see man(7), man(1)
5
 
 
6
 
.SH NAME
7
 
dpkg-remove - program to flag for removal a package or packages
8
 
 
9
 
 
10
 
.SH SYNOPSIS
11
 
.B dpkg-remove
12
 
.RI [ PACKAGE .\|.\|.]
13
 
 
14
 
.SH "DESCRIPTION"
15
 
.PP
16
 
.B dpkg-remove
17
 
marks package(s) to be held.
18
 
 
19
 
It achieves this by running `dpkg --set-selections' and piping in the
20
 
package name(s) followed by `deinstall'.
21
 
 
22
 
NOTE: this program does not install, remove, purge any package. it ONLY
23
 
sets the status of the package. any actual removal or purging is done
24
 
the next time dselect, apt-get, aptitude, etc are run.
25
 
 
26
 
 
27
 
.SH "SEE ALSO"
28
 
\fBdpkg\fP(1),
29
 
\fBdpkg-hold\fP(1),
30
 
\fBdpkg-unhold\fP(1),
31
 
\fBdpkg-purge\fP(1)
32
 
 
33
 
.SH AUTHOR
34
 
dpkg-remove was written Craig Sanders <cas@taz.net.au>. dpkg-remove is Free Software placed in the public domain.