aur.1: split into high and low level commands
[aurutils.git] / man1 / aur-repo-filter.1
blobd11585b6257f49a188ca8b421d0457f24b4084e0
1 .TH AUR\-REPO\-FILTER 1 2019-03-17 AURUTILS
2 .SH NAME
3 aur\-repo\-filter \- filter packages in the Arch Linux repositories
5 .SH SYNOPSIS
6 .SY "aur repo\-filter"
7 .OP \-a
8 .OP \-d database
9 .YS
11 .SH DESCRIPTION
12 .B aur\-repo\-filter
13 checks if
14 .I package[<cmp><version>]
15 is satisfied by a package using
16 .BR "pacsift \-\-satisfies".
17 Strings are taken from standard input. The package is printed to
18 standard output if found.  If the package is provided by a package of
19 a different name, the latter is printed to standard error.
20 .PP
21 By default, the Arch Linux repositories
22 .BR core ,
23 .BR extra ,
24 .BR testing ,
25 .BR community ,
26 .BR community\-testing ,
27 .BR multilib ,
28 and
29 .BR multilib\-testing
30 repositories are checked, though other repositories may be specified.
31 .PP
32 .RE
33 .I <cmp>
34 may be any of the following:
35 "=", "<", "<=", ">", ">=". See
36 .BR pacsift (1)
37 for details.
39 .SH OPTIONS
40 .TP
41 .BR \-a ", " \-\-all ", " \-\-sync
42 Query all available pacman repositories.
43 .RB ( "pacsift " \-\-sync )
45 .TP
46 .BI \-d " NAME" "\fR,\fP \-\-database=" NAME
47 Restrict output to the pacman repository
48 .IR NAME .
49 Multiple repositories can be specified by repeating this argument.
51 .TP
52 .BI \-\-sysroot= PATH
53 Set an alternate system root. See
54 .BR pacutils\-sysroot (7).
56 .TP
57 .BI \-\-config= PATH
58 Set an alternate
59 .BR pacman.conf (5)
60 file path.
62 .SH SEE ALSO
63 .ad l
64 .nh
65 .BR aur (1),
66 .BR pacinfo (1),
67 .BR pacsift (1),
68 .BR pacman.conf (5),
69 .BR pacutils\-sysroot (7)
71 .SH AUTHORS
72 .MT https://github.com/AladW
73 Alad Wenter
74 .ME
76 .\" vim: set textwidth=72: