How to disable NetworkManager in Ubuntu?
In Ubuntu, NetworkManager can be disabled via the command line. Below are the specific steps:
- Open the terminal (Ctrl + Alt + T).
- Enter the following command to stop the NetworkManager service:
sudo service network-manager stop
- Enter the following command to disable the NetworkManager service:
sudo systemctl disable NetworkManager
- Restart the computer to apply the changes.
Please be aware that disabling NetworkManager may cause network connection issues, so make sure you know how to re-enable it or use another network management tool before disabling it.