File: dpkg-unhold.8

package info (click to toggle)
dlocate 1.07%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 276 kB
  • ctags: 9
  • sloc: sh: 455; perl: 96; makefile: 59
file content (39 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH DPKG-UNHOLD 8 "2009-06-02" "Debian Project" "dlocate"
.\" Please adjust this date whenever revising the manpage.
.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection
.\" other parms are allowed: see man(7), man(1)

.SH NAME
dpkg-unhold - mark held packages for installation


.SH SYNOPSIS
.B dpkg-unhold
.RI [ PACKAGE .\|.\|.]

.SH "DESCRIPTION"
.PP
.B dpkg-unhold
marks package(s) to be installed.

It achieves this by running `dpkg \-\-set\-selections' and piping in the
package name(s) followed by `install'.

NOTE: This program does not install, remove, purge any package. It ONLY
sets the status of the package. Any actual removal or purging is done
the next time dselect, apt-get, aptitude, etc are run.

.SH "BUGS"

The name is little bit of a misnomer in that it marks the package for
installation. This effectively "unholds" the package if it is held, but
will cause dselect/apt/etc to install it if it wasn't already installed.

.SH "SEE ALSO"
\fBdpkg\fP(1),
\fBdpkg-hold\fP(1),
\fBdpkg-remove\fP(1),
\fBdpkg-purge\fP(1)

.SH AUTHOR
dpkg-unhold was written Craig Sanders <cas@taz.net.au>. dpkg-unhold is Free Software placed in the public domain.