skip to Main Content

rpm -i project fails with dependency issues for packages that are either already installed or don't seem to exist for my OS – CentOS

I am trying to deploy a rather large rpm project via rpm on CentOS-7, but when I run "rpm -i rpm-project-1.0.0-1.0.0.x86_64" I get this output: error: Failed dependencies: ld-linux-aarch64.so.1()(64bit) is needed by rpm-project-1.0.0-1.0.0.x86_64 ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) is needed by rpm-project-1.0.0-1.0.0.x86_64 libXss.so.1()(64bit) is…

VIEW QUESTION
Back To Top
Search