Next: Real applications execution
Up: PkgManager
Previous: Cache operations
Indice
This category involves single package operations. The virtual methods
supplied are:
-
pkgPtr
: it
retrieves the package installation status;
-
pkgPtr
: looking
at section and priority settings, it builds the virtual pathname of
the package identified by pkgPtr. If a valid value is set,
this function searches for the category name the package belongs to,
so that it can build the pathname to return. In this way the package
virtual directory entry is automagically placed;
-
pkgPtr,
buffer
:
this methods gets the package information and returns it in a buffer;
-
pkgPtr,
buffer
and
pkgPtr,
buffer
:
they return respectively the dependencies and the reverse dependencies
of the package identified by pkgPtr ;
-
pkg_name,
buffer
:
it fills the buffer with pathnames of the files owned by package.
2004-11-19