删除
删除Amazon图标
1sudo apt-get remove unity-webapps-common
删除libreoffice
1 sudo apt-get remove libreoffice-common
1sudo apt-get remove totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
1sudo apt-get remove onboard deja-dup
删除无用安装包
1 sudo apt-get autoremove
换源
先将原配置文件备份
1 sudo mv /etc/apt/sources.list /etc/apt/sources.list.backup
然后更换 阿里源
1 sudo apt update
2 sudo apt upgrade
安装vim
sudo apt-get install vim
安装搜狗拼音 官网下载
更改python3为默认
方法一:update-alternatives更改
这个是ubuntu提供的更改方法命令如下:
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150