mirror of
https://git.dpkg.org/git/dpkg/dlocate.git
synced 2025-04-03 19:05:33 +00:00
These are stomping on the dpkg namespace, are extremely simple wrappers around either «dpkg --set-selections» or «apt-mark». Mark them as deprecated to be able to eventually remove them to avoid ownership confusion. These will be removed after the next Debian release (trixie), in forky.
33 lines
727 B
Plaintext
33 lines
727 B
Plaintext
=head1 NAME
|
|
|
|
dpkg-purge - mark packages for purge
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<dpkg-purge> [I<package>...]
|
|
|
|
=head1 WARNING
|
|
|
|
This command is B<deprecated>,
|
|
and will be removed during in Debian forky,
|
|
use C<dpkg --set-selections> or C<apt-mark> instead.
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
B<dpkg-purge> marks package(s) to be purged.
|
|
|
|
It achieves this by running C<dpkg --set-selections> and piping in the
|
|
package name(s) followed by B<purge>.
|
|
|
|
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 B<dselect>, B<apt-get>, B<aptitude>, etc are run.
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<dpkg(1)>,
|
|
L<apt-mark(8)>,
|
|
L<dpkg-hold(1)>,
|
|
L<dpkg-unhold(1)>,
|
|
L<dpkg-remove(1)>.
|