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
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to