Full NetworkManager Uninstall
To completely uninstall NetworkManager and switch to using Netplan instead, follow these steps:
- Stop and disable NetworkManager:
- Uninstall NetworkManager and related packages:
- Remove any leftover configuration files:
- Update the package list:
- Install netplan if it's not already installed:
- Create a new Netplan configuration file:
- Add your network configuration to the file. THis is the one we use«««
```yaml
network: ethernets: eth0: dhcp4: true optional: true version: 2 wifis: wlan0: access-points: eduroam: auth: identity: "robotics@brandeis.edu" key-management: "eap" method: "peap" password: "bapor-kibra" phase2-auth: "MSCHAPV2" "one boston": password: "ffabcd4444" dhcp4: true optional: true
```
-
Apply the netplan configuration:
-
Reboot your system to ensure all changes take effect:
After these steps, NetworkManager will be completely uninstalled and your system will be using netplan for network configuration.