Rechercher une page de manuel
rpmdep
Langue: en
Version: 2008-10-19 (fedora - 04/07/09)
Section: 1 (Commandes utilisateur)
Sommaire
NAME
rpmdep - display the full dependency of an installed rpm packageDESCRIPTION
rpmdep search recursively for package dependencies. It resolvs all dependencies to package names. It can also prepare a file to build a graph of dependencies, with graphviz.SYNOPSIS
rpmdep.pl [options] packageoptions:
-help brief help message -man full documentation -V, --version print version -use-cache use cache file instead rpm query -clear-cache clear cache file -verbose verbose -dot dotfile build a dot file for graphviz
REQUIRED ARGUMENTS
the package to resolvOPTIONS
- -help
- Print a brief help message and exits.
- -man
- Print the manual page and exits.
- -version
- Print the program release and exit.
- -verbose
- The program works and print debugging messages.
- -dot
- create a dot file to be used by graphviz
- -use-cache
- the rpm query may be long (10 to 30 s). If you will run an rpmorphan tool several time, this option will allow to gain a lot of time : it save the rpm query on a file cache (first call), then use this cache instead quering rpm (others calls).
- -clear-cache
- to remove cache file. Can be used with -use-cache to write a new cache.
USAGE
rpmdep.pl --use-cache -dot bash.dot bashdot -Tps bash.dot -o bash.ps
FILES
the program can use the /tmp/rpmorphan.cache fileDIAGNOSTICS
the verbose mode allow to see all the recursive workothers messages are
- package ... is not installed
- this is not a name of an installed package
- ... has no dependencies
- this can comes for some admin tools (ash for example)
- ... depends upon (list)
- return a list of sorted and comma separated packages
EXIT STATUS
O if all is ok>=1 if a problem
CONFIGURATION
nothingDEPENDENCIES
you should use graphviz to build graph fromINCOMPATIBILITIES
not knownBUGS AND LIMITATIONS
the program does not work well on program installed with several versionsNOTES
this program can be used as ``normal'' userSEE ALSO
rpm(1) for rpm callrpmorphan(1)
rpmusage(1)
LICENSE AND COPYRIGHT
Copyright (C) 2008 by Eric Gerbier 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 of the License, or (at your option) any later version.AUTHOR
Eric Gerbieryou can report any bug or suggest to gerbier@users.sourceforge.net
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre