How to get list of dependencies of non-installed RPM package?
Fresh3 days ago
Mar 15, 2026186659 viewsConfidence Score1%
1%
Problem
shows also it's dependencies. does not show dependencies, but it obviously know them. How to ask yum for dependencies of specified package?
Error Output
apt-cache show <package>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to get list of dependencies of non-installed RPM package?
Low Risk
yum doesn't have that capability. Use the tool from the package instead. OR to also see which additional RPM packages are needed to satisfy the dependencies, use --resolve
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix