Open pythcon opened 2 years ago
Is there a command I can run to force the setup process again to re run? Is there a way to forget the network?
To delete the network connection you can use sudo nmcli con del CONNECTION_NAME from terminal. To find your CONNECTION_NAME you can enter sudo nmcli con show
sudo nmcli con del CONNECTION_NAME
sudo nmcli con show
Is there a command I can run to force the setup process again to re run? Is there a way to forget the network?