2007-07-06 16:54:18 -04:00
|
|
|
/////
|
|
|
|
vim:set ts=4 sw=4 syntax=asciidoc noet:
|
|
|
|
/////
|
2007-07-02 19:22:01 -04:00
|
|
|
libalpm(3)
|
|
|
|
==========
|
|
|
|
|
|
|
|
Name
|
|
|
|
----
|
|
|
|
libalpm - Arch Linux Package Management (ALPM) library
|
|
|
|
|
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
For ease of access, the libalpm manual has been split up into several sections.
|
|
|
|
|
|
|
|
*TODO:* Yes, this man page needs a lot of work. Once we get around to doing
|
|
|
|
good Doxygen documentation, it will improve. We promise.
|
|
|
|
|
2007-07-16 12:57:02 -04:00
|
|
|
*alpm_databases*:: Database Functions
|
|
|
|
*alpm_interface*:: Interface Functions
|
|
|
|
*alpm_list*:: List Functions
|
|
|
|
*alpm_log*:: Logging Functions
|
|
|
|
*alpm_misc*:: Miscellaneous Functions
|
|
|
|
*alpm_packages*:: Package Functions
|
|
|
|
*alpm_sync*:: Sync Functions
|
|
|
|
*alpm_trans*:: Transaction Functions
|
2007-07-02 19:22:01 -04:00
|
|
|
|
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
2007-12-29 01:24:15 -05:00
|
|
|
See linkman:pacman.conf[5] for more details on configuring libalpm using the
|
2007-07-16 12:57:02 -04:00
|
|
|
'pacman.conf' file.
|
2007-07-02 19:22:01 -04:00
|
|
|
|
|
|
|
|
|
|
|
See Also
|
|
|
|
--------
|
2007-12-29 01:24:15 -05:00
|
|
|
linkman:pacman[8], linkman:makepkg[8], linkman:pacman.conf[5]
|
2007-07-02 19:22:01 -04:00
|
|
|
|
|
|
|
include::footer.txt[]
|