AptPkg::Version
APT package versioning class
- Provided by: libapt-pkg-perl (Version: 0.1.29build7)
- Report a bug
APT package versioning class
use AptPkg::Version;
The AptPkg::Version module provides an interface to APT's package version handling.
The AptPkg::Version package implements the APT pkgVersioningSystem class.
An instance of the AptPkg::Version class may be fetched using the "versioning" method from an AptPkg::System object.
The following methods are implemented:
Standard .deb
for Debian systems.
The relation OP is specified in the Debian syntax regardless of the versioning system:
<< strictly earlier
<= earlier or equal
= exactly equal
>= later or equal
>> strictly later
Brendan O'Dea <bod@debian.org>