Man page - rpmdeps(8)
Packages contains this manual
- rpmdb(8)
- rpm-misc(8)
- rpmsign(8)
- rpmquery(8)
- rpm-plugin-audit(8)
- rpmsort(8)
- rpm-plugin-selinux(8)
- rpmbuild(8)
- rpmspec(8)
- rpm-plugin-systemd-inhibit(8)
- rpmgraph(8)
- rpmlua(8)
- rpm-plugin-fapolicyd(8)
- rpmdeps(8)
- rpm-plugin-dbus-announce(8)
- rpmkeys(8)
- rpm-plugin-prioreset(8)
- rpm-plugin-syslog(8)
- rpm-plugins(8)
- gendiff(1)
- rpm(8)
- rpmverify(8)
- rpm-plugin-unshare(8)
apt-get install rpm
Available languages:
en pl ro deManual
RPMDEPS
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
AUTHORS
NAME
rpmdeps - Generate RPM Package Dependencies
SYNOPSIS
rpmdeps {-P|--provides} {-R|--requires} {--rpmfcdebug} FILE ...
DESCRIPTION
rpmdeps generates package dependencies for the set of FILE arguments. Each FILE argument is searched for Elf32/Elf64, script interpreter, or per-script dependencies, and the dependencies are printed to stdout.
OPTIONS
-P, --provides
Print the provides
-R, --requires
Print the requires
--recommends
Print the recommends
--suggests
Print the suggests
--supplements
Print the supplements
--enhances
Print the enhances
--conflicts
Print the conflicts
--obsoletes
Print the obsoletes
--alldeps
Print all the dependencies
SEE ALSO
rpm (8), rpmbuild (8)
AUTHORS
Jeff Johnson <jbj@redhat.com>