Type Definition alpm_sys_ll::alpm_pkg_t

source · []
pub type alpm_pkg_t = u8;
Expand description

A package.

A package can be loaded from disk via \link alpm_pkg_load \endlink or retrieved from a database. Packages from databases are automatically freed when the database is unregistered. Packages loaded from a file must be freed manually.

Packages can then be queried for metadata or added to a \link alpm_trans_t transaction \endlink to be added or removed from the system. @ingroup libalpm_packages