Интерактивная система просмотра системных руководств (man-ов)
urpmq (8)
>> urpmq (8) ( Linux man: Команды системного администрирования )
NAME
urpmq - urpmi database query tool.
SYNOPSIS
urpmq [options] [package_names | rpm_files...]
DESCRIPTION
urpmq allows querying the urpmi database. It is for you if want to list
available packages in the various media of urpmi, or list dependancies of
packages or packages that will be installed if you start urpmi.
Output format of urpmq is the following according to command line options:
[group/]package_name[-version][-release]
OPTIONS
--help
print an help message and exit.
--update
use only update media. This means urpmq will search and resolve
dependencies only in media marked as update.
--auto-select
automatically select all packages that have to be upgraded according to already
installed packages and packages listed in various media registered.
--headers
extract headers for package selected to standard output.
--sources
print source url (or file) of all packages selected.
--force
ignore error of inexistant packages requested.
-v
activate verbose mode.
-d
select dependancies (maximal closure).
-u
deselect packages if a better version is already installed, this option can be
used with -d to simulate -M mode of urpmi.
-m
choose minimun closure of requires. This is a relatively
slow algorithm that tries to minimize the number of package to upgrade
to only what is really necessary.
-M
disable minimal closure algorithm so both -d and -u are similar to -M
mode of urpmi.
-c
if maximal closure is used, assume that a package listed mey have wrong or not
up-to-date dependancies. This cause more package to be upgraded and may correct
unresolved dependancies on the rpm database.
-p
allow search in provides to find package.
-g
print group of each packages listed.
-r
print version and release of each packages listed.
-d
print closure of required packages needed by requested packages on command
line.
FILES
/usr/bin/urpmq
The urpmq executable (perl script)
/var/lib/urpmi/list.*
Contains the list of all packages known by urpmi and their location.
There is one filelist per media(*).
/var/lib/urpmi/hdlist.*
Contain information about all known packages, it's a summary of rpm headers.
There is one filelist per media(*).
/var/lib/urpmi/synthesis.hdlist.*
Contain synthesis information about all known packages built from hdlist files
that can be used by minimal closure algorithm. If these files are not present
use urpmi.update -a to generate them. These files are not mandatory.
/etc/urpmi/urpmi.cfg
Contains media description, previous format from older urpmi is accepted.
/etc/urpmi/skip.list
Contains package names that should be not automatically updated.
/var/lib/urpmi/depslist.ordered
A simple text file containning all dependencies of all known packages.
/var/lib/urpmi/provides
A simple text file containning all provides and the list of associated
packages that contains them.
/var/lib/urpmi/compss
A simple text file containning for each Group used the list of package in
this group.