aboutsummaryrefslogtreecommitdiff
path: root/aur.1
blob: 3fb71cfc668f1c307567dc48a291198de4151d37 (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
38
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH AUR "1" "September 2025" "aur 1.1.0" "User Commands"
.SH NAME
aur \- A simple script for AUR package management
.SH SYNOPSIS
.B aur
[\fI\,OPTION\/\fR]
.SH DESCRIPTION
Provides basic AUR package management functionality, showing users a diff before upgrading a package.
.SH OPTIONS
.TP
<pkg1 pkg2 ...>
Download and install/update the specified packages.
.TP
\fB\-r\fR, \fB\-\-remove\fR <pkg1 pkg2 ...>
Remove the specified packages. Runs pacman \fB\-Rns\fR
.TP
\fB\-g\fR, \fB\-\-git\fR
Checks all packages for updates and rebuilds all \fB\-git\fR packages.
.TP
\fB\-c\fR, \fB\-\-config\fR <file>
Parse the specified config file and install/update
packages listed in it (one per line).
.TP
\fB\-f\fR, \fB\-\-force\fR
Reinstall all packages, even if they are up\-to\-date.
.TP
\fB\-l\fR, \fB\-\-list\fR
List currently installed packages.
.TP
\fB\-h\fR, \fB\-\-help\fR
Display this help text.
.TP
\fB\-v\fR, \fB\-\-version\fR
Prints program version.
.TP
[nothing]
Check all packages for updates.