Am Donnerstag, dem 14.08.2025 um 10:29 +0100 schrieb Colin Guthrie: > Hi guys, > > Long time no speak (life etc.!) and I appreciate this is not the correct > place to ask this but honestly my google fu is failing me and can't find > anything online. > > Just trying to update a few containers from Rocky 9 to 10 and there > appears to be no systemd-networkd package any more. > > Googling can't find anything to suggest it's specific removal but also > no one really complaining about it so I'm stumped as to what I'm > missing. The src.rpm from Rocky does indeed seems to suggest networkd is > disabled but I cannot fathom a reason for that. > > Is there any info I've not seen somewhere that anyone here happens to know? > > Cheers > > Col
Hi, AFAIK Rocky as a RedHat clone follows the path "only one tool for one task" and RHEL comitted to NetworkManager. I can't find systemd-networkd in EPEL either, so yeah, seems like it's gone. https://git.rockylinux.org/staging/rpms/systemd/-/blob/r10/SPECS/systemd.spec#L1006 specifies `-Dnetworkd=false` as well. BR Silvio