table of contents
| RPMDEPS(1) | General Commands Manual | RPMDEPS(1) |
NAME¶
rpmdeps - Generate RPM Package Dependencies
SYNOPSIS¶
rpmdeps <operation> [options]
rpmdeps <operation> [options] FILE ...
DESCRIPTION¶
rpmdeps generates package dependencies for one or more files, received either as a list of filenames on the standard input, or command line arguments.
rpmdeps is not normally invoked directly, but doing so can be useful for troubleshooting dependency generation and developing new dependency generators. The installation directory of rpmdeps can be determined with rpm -E "%{_rpmconfigdir}".
Note that the actual rpmdeps command is only used for automatic dependency generation in a legacy compatibility mode of rpmbuild(1).
OPERATIONS¶
--alldeps
--conflicts
--enhances
--obsoletes
--orderwithrequires
-P, --provides
--recommends
-R, --requires
--suggests
--supplements
ARGUMENTS¶
FILE
OPTIONS¶
See rpm-common(8) for the options common to all operations.
ENVIRONMENT¶
RPM_BUILD_ROOT
EXIT STATUS¶
On success, 0 is returned, a nonzero failure code otherwise.
EXAMPLES¶
rpmdeps --requires /bin/ls
find popt-1.19-build/BUILDROOT -type f | /usr/lib/rpm/rpmdeps -P
SEE ALSO¶
| 2025-12-15 | RPM 6.0.1 |