blob: 5f183db7d861f48c745cdfc067f0a2dacfa69214 (
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
|
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]]
----------------------------------
*\--build*::
Build packages from source. Building is supported for directly specified
packages only, so it will not work for package groups or virtual packages.
*\--noaur*::
Disable AUR support. This option is assumed when you use non-standard
root path, allow downgrading using twice specified '-u', 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]
|