diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:03 +0000 |
commit | 932e4432596447eb9331cc2a2bb74a26a35b4efc (patch) | |
tree | 95161711ea07fd64f0c82d6e7943024c033dd5a8 /upstream/archlinux/man1/pkgctl-db-remove.1 | |
parent | Adding debian version 4.22.0-1. (diff) | |
download | manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.tar.xz manpages-l10n-932e4432596447eb9331cc2a2bb74a26a35b4efc.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man1/pkgctl-db-remove.1')
-rw-r--r-- | upstream/archlinux/man1/pkgctl-db-remove.1 | 75 |
1 files changed, 47 insertions, 28 deletions
diff --git a/upstream/archlinux/man1/pkgctl-db-remove.1 b/upstream/archlinux/man1/pkgctl-db-remove.1 index da1a1fbe..45e214d2 100644 --- a/upstream/archlinux/man1/pkgctl-db-remove.1 +++ b/upstream/archlinux/man1/pkgctl-db-remove.1 @@ -1,53 +1,72 @@ '\" t .\" Title: pkgctl-db-remove -.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] -.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/14/2024 +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "PKGCTL\-DB\-REMOVE" "1" "02/14/2024" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.TH "PKGCTL\-DB\-REMOVE" "1" "2024-05-01" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation +.ss \n[.ss] 0 .nh -.\" disable justification (adjust text to left margin only) .ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} .SH "NAME" pkgctl-db-remove \- Remove packages from binary repositories .SH "SYNOPSIS" .sp -pkgctl db remove [OPTIONS] [REPO] [PKGBASE]\&... +pkgctl db remove [OPTIONS] [REPO] [PKGBASE]... .SH "DESCRIPTION" .sp -Remove packages from pacman repositories\&. +Remove packages from pacman repositories. By default passing a pkgbase removes +all split packages, debug packages as well as entries from the state repo for +all existing architectures. +.sp +Beware when using the \f(CR\-\-partial\fP option, as it may most likely lead to +undesired effects by leaving debug packages behind as well as dangling entries +in the state repository. .SH "OPTIONS" -.PP -\fB\-a, \-\-arch\fR \fIARCH\fR +.sp +\fB\-\-partial\fP +.RS 4 +Remove only partial pkgnames from a split package. This leaves debug +packages behind and pkgbase entries in the state repo. +.RE +.sp +\fB\-a, \-\-arch\fP \fIARCH\fP .RS 4 -Override the architecture (disables auto\-detection) +Remove only one specific architecture (disables auto\-detection). +By default all architectures are removed when this option is not used. .RE -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-\-noconfirm\fP +.RS 4 +Bypass any confirmation messages, should only be used with caution. +.RE +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .SH "HOMEPAGE" .sp -\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" .sp -Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |