AptPkg::System(3pm) | User Contributed Perl Documentation | AptPkg::System(3pm) |
AptPkg::System - APT system abstraction class
use AptPkg::System;
The AptPkg::System module provides an interface to APT's system abstraction mechanism.
The AptPkg::System package implements the APT pkgSystem class.
An instance of the AptPkg::System class appropriate for the particular back-end packaging system (deb, rpm, etc.) may be fetched using the system method from AptPkg::Config.
A global instance of the libapt-pkg _system instance is provided as $AptPkg::System::_system, and may be imported.
The following methods are implemented:
Debian dpkg interface
for Debian systems.
AptPkg::Config(3pm), AptPkg::Version(3pm), AptPkg(3pm).
Brendan O'Dea <bod@debian.org>
2024-10-14 | perl v5.40.0 |