ManaTools::Rpmdragora::DB

Section: User Contributed Perl Documentation (3)
Updated: 2017-07-06
Page Index
 

NAME

    ManaTools::Rpmdragora::DB - Rpmdragora extension of urpm DB object

 

SYNOPSIS

    use ManaTools::Rpmdragora::DB;

    my $db_man = ManaTools::Rpmdragora::DB->new();
    my $urpm = $db_man->fast_open_urpmi_db();

 

DESCRIPTION

    This module is the Rpmdragora extension for the backend to urpm open db

 

SUPPORT

    You can find documentation for this module with the perldoc command:

    perldoc ManaTools::Rpmdragora::DB

 

SEE also

    ManaTools::Shared::urpmi_backend::DB

 

AUTHOR

    Angelo Naselli <anaselli@linux.it>

 

COPYRIGHT and LICENSE

Copyright (c) 2015-2016 Angelo Naselli <anaselli@linux.it>
    from Rpmdrake::open_db:
     Copyright (c) 2002 Guillaume Cottenceau
     Copyright (C) 2008 Aurelien Lefebvre <alkh@mandriva.org>
     Copyright (c) 2002-2014 Thierry Vignaud <thierry.vignaud@gmail.com>
     Copyright (c) 2003, 2004, 2005 MandrakeSoft SA
     Copyright (c) 2005-2007 Mandriva SA

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  

METHODS

 

open_rpm_db

OUTPUT

    URPM::DB: an URPM opened dataase

DESCRIPTION

    this method return an URPM::DB object

 

fast_open_urpmi_db

OUTPUT

urpm: an urpm object

DESCRIPTION

    this method return an urpm object

 

open_urpmi_db

INPUT

    %urpmi_options: urpmi options used to open and lock urpmi
                    db.

DESCRIPTION

    This method returns an urpm option with a lcok on db,
    this method totally overrides the super class


 

Index

NAME
SYNOPSIS
DESCRIPTION
SUPPORT
SEE also
AUTHOR
COPYRIGHT and LICENSE
METHODS
open_rpm_db
fast_open_urpmi_db
open_urpmi_db