RPMexit code > 0
rpm: error: Failed dependencies
$rpm: error: Failed dependencies:
libc.so.6 is needed by ...
Analysis
You are trying to install a
.rpm file manually, but it requires other packages that are not installed.Common Triggers
- ●Installing packages without using
yumordnf(which resolve dependencies automatically).
Debug Checks
- $Check missing libraries.
Resolution
1
Use
dnf install ./package.rpm (it handles local files and deps).2
Manually install the missing dependencies.
Metadata
- Tool
- RPM
- Severity
- High
- Tags
- #rpm#linux#dependency