1LIBALPM(3) Pacman Manual LIBALPM(3)
2
3
4
6 libalpm - Arch Linux Package Management (ALPM) library
7
9 For ease of access, the libalpm manual has been split up into several
10 sections.
11
12 TODO: Yes, this man page needs a lot of work. Once we get around to
13 doing good Doxygen documentation, it will improve. We promise.
14
15 alpm_databases
16 Database Functions
17
18 alpm_interface
19 Interface Functions
20
21 alpm_list
22 List Functions
23
24 alpm_log
25 Logging Functions
26
27 alpm_misc
28 Miscellaneous Functions
29
30 alpm_packages
31 Package Functions
32
33 alpm_sync
34 Sync Functions
35
36 alpm_trans
37 Transaction Functions
38
40 See pacman.conf(5) for more details on configuring libalpm using the
41 pacman.conf file.
42
44 alpm-hooks(5), makepkg(8), pacman(8), pacman.conf(5)
45
46 See the pacman website at https://www.archlinux.org/pacman/ for current
47 information on pacman and its related tools.
48
50 Bugs? You must be kidding; there are no bugs in this software. But if
51 we happen to be wrong, send us an email with as much detail as possible
52 to pacman-dev@archlinux.org.
53
55 Current maintainers:
56
57 · Allan McRae <allan@archlinux.org>
58
59 · Andrew Gregory <andrew.gregory.8@gmail.com>
60
61 · Dan McGee <dan@archlinux.org>
62
63 · Dave Reisner <dreisner@archlinux.org>
64
65 Past major contributors:
66
67 · Judd Vinet <jvinet@zeroflux.org>
68
69 · Aurelien Foret <aurelien@archlinux.org>
70
71 · Aaron Griffin <aaron@archlinux.org>
72
73 · Xavier Chantry <shiningxc@gmail.com>
74
75 · Nagy Gabor <ngaba@bibl.u-szeged.hu>
76
77 For additional contributors, use git shortlog -s on the pacman.git
78 repository.
79
80
81
82Pacman 5.0.2 2018-07-14 LIBALPM(3)