aboutsummaryrefslogtreecommitdiff
path: root/doc/pakku.8.txt
blob: d9a0e007f51cd9f78fa4929726ef73917df2fecc (plain) (blame)
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
39
40
41
42
43
44
45
46
47
48
49
pakku(8)
========

Name
----
pakku - package manager utility wrapper

Synopsis
--------
'pakku' <operation> [options] [targets]

Description
-----------
Pakku is a pacman wrapper with additional features, such as AUR support.

Operations and Options
----------------------
Pakku provides all operations and options from pacman. This page will focus
on pakku-specific options only. See linkman:pacman[8] for additional
information.

Query Options (apply to '-Q')[[QO]]
-----------------------------------
*-t, \--unrequired*::
	Specify this option thrice combining with '-d' to list dependencies
	which are not required by any explicitly installed package.

Sync Options (apply to '-S')[[SO]]
----------------------------------
*-n, \--build*::
	Build packages from source. Building is supported for directly specified
	packages only, so it will not work for package groups or virtual packages.

*\--keyserver* <name>::
	Use name as keyserver to receive keys from.

*\--noaur*::
	Disable AUR support. This option is assumed when you use non-standard
	root path, skip dependency checking using '-d', or run the program
	from root.

Configuration
-------------
See linkman:pacman.conf[5] and linkman:pakku.conf[5] for details on configuring
the program.

See Also
--------
linkman:pacman[8], linkman:pacman.conf[5], linkman:pakku.conf[5]