Dependencies

jaysonj22

New Member
Joined
Sep 25, 2019
Messages
3
Reaction score
1
Credits
0
I'm getting an error trying to install an RPM on an offline system.

I ran the Sudo rpm -ivh/mnt/cdrom/flatpak-0.9.7-el7.x86-64.rpm

returns error failed dependencies flatpak-libs is needed, but when I run Sudo rpm -ivh/mnt/cdrom/flatpak-libs.0.9.7-el7.x86-64.rpm It returns with the error failed dependencies with Flatpak-0.9.7-el7.x86-64.rpm is needed

Can anybody help
 


Sometimes rpms have recursive dependencies. You can't install A without B, but you can't
install B without A. The only solution is to install both at the same time.

rpm -Uhv flatpak-libs.0.9.7-el7.x86-64.rpm flatpak-0.9.7-el7.x86-64.rpm

should work.
 

Members online


Latest posts

Top