ManaTools::Shared::urpmi_backend::DB - urpm DB object
use ManaTools::Shared::urpmi_backend::DB; my $db_man = ManaTools::Shared::urpmi_backend::DB->new(); my $urpm = $db_man->fast_open_urpmi_db();
This module is a backend to urpm open db
You can find documentation for this module with the perldoc command: perldoc ManaTools::Shared::urpmi_backend::DB
Angelo Naselli <anaselli@linux.it>
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.
optional parameter urpmi_root directory, default value is undef
optional parameter rpm_root directory, default value is undef
optional parameter - urpm debug option, default value is undef
optional parameter - urpm wait_lock option, default value is undef
optional parameter - urpm verify_rpm option, default value is undef
optional parameter - urpm auto option, default value is undef
optional parameter - urpm set_verbosity option, default value is undef
optional parameter - urpm justdb option, default value is undef
URPM::DB: an URPM opened dataase
DESCRIPTION
this method return an URPM::DB object
urpm: an urpm object
DESCRIPTION
this method return an urpm object
This method returns if current distro is not stable
$urpm: an urpm object
DESCRIPTION
This method returns a list of backport media
$urpm: an urpm object
DESCRIPTION
This method returns a list of inactive backport media
$urpm: an urpm object
DESCRIPTION
This method returns a list of update media
$urpm: an urpm object
DESCRIPTION
This method returns a list of active media
%urpmi_options: urpmi options used to open and lock urpmi db.
DESCRIPTION
This method returns an urpm option with a lock on db
$urpm: urpm object
OUTPUT
0 if already locked, 1 otherwhise
DESCRIPTION
This method locks the db passed into urpm object
$urpm: urpm object
DESCRIPTION
This method unlocks the db passed into urpm object