On Tue, May 19, 2020 at 04:52:55PM -0700, Adam Williamson wrote:
In fact it seems to be a bit more complex than that, because systemd
doesn't actually list its dependency on libpcap:
[adamw@adam libpcap (master)]$ rpm -q --requires systemd | grep pcap
[adamw@adam libpcap (master)]$
but it must be encoded indirectly somehow, because if you try and
remove libpcap, dnf refuses to because it'd remove systemd:
[adamw@adam libpcap (master)]$ sudo dnf remove libpcap
[sudo] password for adamw:
Error:
Problem: The operation would result in removing the following
protected packages: systemd
systemd requires libip4tc.so.2()(64bit) provided by iptables-libs,
and iptables-libs requires libpcap.so.1()(64bit) provided by libpcap.
Zbyszek