urpm.3pm

Langue: en

Version: 2007-10-02 (mandriva - 22/10/07)

Section: 3 (Bibliothèques de fonctions)

NAME

urpm - Mandriva perl tools to handle the urpmi database

DESCRIPTION

"urpm" is used by urpmi executables to manipulate packages and media on a Mandriva Linux distribution.

The urpm class

urpm->new()
The constructor creates a new urpm object. It's a blessed hash that contains fields from "URPM", and also the following fields:

source: { id => src_rpm_file|spec_file }

media: [ {
   start => int, end => int, name => string, url => string,
   virtual => bool, media_info_dir => string, with_hdlist => string,
   hdlist => bool|string, synthesis => bool,
   removable => string, downloader => string,
   ignore => bool, update => bool, modified => bool, really_modified => bool,
 } ],

SEE ALSO

The "URPM" package is used to manipulate at a lower level hdlist and rpm files. Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 MandrakeSoft SA

Copyright (C) 2005, 2006 Mandriva SA

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

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.