标签:解决 ubuntu 卸载 导致 move apt bsp remove purge
通过如下命令安装connman会导致ubuntu18.04不能连接互联网
sudo apt install connman
解决办法:
通过如下命令卸载connman
sudo apt-get purge connman
sudo apt-get purge --auto-remove connman
标签:解决 ubuntu 卸载 导致 move apt bsp remove purge
原文地址:https://www.cnblogs.com/guagua2016/p/12681873.html