场景

        Ubuntu系统设置中没有software & Updates

无效方案如下:

1)安装Python 3.X时,将系统默认的Python 3.5手动改为指向Python 3
恢复Python 3.X指向原系统默认的版本
ls -l /usr/bin | grep python3
rm /usr/bin/python3
ln -s /usr/bin/python3.5 /usr/bin/python3


2)打开终端输入:

sudo apt-get install software-properties-gtk
sudo  apt-get install software-center

通过VCM还是无效


疑问:是否是采用了新的软件安装更新方式