How to copy network manager from 1 pc to another pc

First ask you lovely child, what he has done and if he installed something else. Otherwise, you have to check the services:

sudo systemctl

Here is a list of dhcp clients and networkmanagers: Network configuration - ArchWiki

Then stop and disable it like that:

sudo systemctl disable --now dhcpd4.service

Note: NetworkManager has its own dhcp client builtin.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.