__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
package AptPkg::System;
require 5.005_62;
use strict;
use warnings;
use AptPkg;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw($_system);
our @EXPORT = ();
our $VERSION = 1.4;
our $_system;
sub label { shift->Label(@_) }
sub lock { shift->Lock(@_) }
sub unlock { shift->UnLock(@_) }
sub versioning
{
require AptPkg::Version;
shift->VS(@_)
}
1;
__END__
=head1 NAME
AptPkg::System - APT system abstraction class
=head1 SYNOPSIS
use AptPkg::System;
=head1 DESCRIPTION
The AptPkg::System module provides an interface to B<APT>'s system
abstraction mechanism.
=head2 AptPkg::System
The AptPkg::System package implements the B<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:
=over 4
=item label
Return the description of the packaging system, for example:
Debian dpkg interface
for Debian systems.
=item lock
Lock the packaging system.
=item unlock(I<QUIET>)
Unlock the packaging system, ignoring errors if I<QUIET> is non-zero.
=item versioning
Return an instance of the AptPkg::Version class for this system.
=back
=head1 SEE ALSO
AptPkg::Config(3pm), AptPkg::Version(3pm), AptPkg(3pm).
=head1 AUTHOR
Brendan O'Dea <bod@debian.org>
=cut
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Cache.pm | File | 13.13 KB | 0644 |
|
| Config.pm | File | 1.87 KB | 0644 |
|
| Config.pod | File | 4.88 KB | 0644 |
|
| PkgRecords.pm | File | 2.22 KB | 0644 |
|
| Policy.pm | File | 1.19 KB | 0644 |
|
| Source.pm | File | 3.94 KB | 0644 |
|
| System.pm | File | 1.48 KB | 0644 |
|
| Version.pm | File | 2.22 KB | 0644 |
|
| hash.pm | File | 4.07 KB | 0644 |
|