Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/pkgctl-db-remove.1.asciidoc
blob: 9fe07c3825a72ab4cb10269deacd98fd91ad89f7 (plain)
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
pkgctl-db-remove(1)
===================

Name
----
pkgctl-db-remove - Remove packages from binary repositories

Synopsis
--------
pkgctl db remove [OPTIONS] [REPO] [PKGBASE]...

Description
-----------

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.

Beware when using the `--partial` option, as it may most likely lead to
undesired effects by leaving debug packages behind as well as dangling entries
in the state repository.

Options
-------

*--partial*::
	Remove only partial pkgnames from a split package. This leaves debug
	packages behind and pkgbase entries in the state repo.

*-a, --arch* 'ARCH'::
	Remove only one specific architecture (disables auto-detection).
	By default all architectures are removed when this option is not used.

*-h, --help*::
	Show a help text

include::include/footer.asciidoc[]