Can not load RPM file
Hi,
lets say, that I want to download rpm, that provides /lib64/ld-linux-x86-64.so.2
.
If I try sudo dnf download /lib64/ld-linux-x86-64.so.2
I get error Can not load RPM file: /lib64/ld-linux-x86-64.so.2.
. Adding --source does not help.
I tried successfully:
Installing this package by
sudo dnf install /lib64/ld-linux-x86-64.so.2
sudo dnf download $(rpm -qf /lib64/ld-linux-x86-64.so.2)
Is there a better way than no.2? Thanks