配置、提升使用体验的记录
下载视频解码器使得系统能够播放视频:
sudo apt-get install ubuntu-restricted-extras
使用unity-tweak-tool进行桌面美化:
https://blog.csdn.net/qq_36561697/article/details/80770265
#------安装unity-tweak-tool----------
sudo apt update
sudo apt install unity-tweak-tool
#-----安装扁平主题--------------------
sudo add-apt-repository ppa:noobslab/themes
sudo apt update
sudo apt install flatabulous-theme
#-----安装配套扁平图标---------------
sudo add-apt-repository ppa:noobslab/icons
sudo apt update
sudo apt install ultra-flat-icons
安装R语言和Rstudio
https://blog.csdn.net/FontThrone/article/details/80413685
安装Anoconda
https://blog.csdn.net/u012318074/article/details/77074665/
取消安装Anoconda之后终端的base字样
https://blog.csdn.net/u014734886/article/details/90718719
Ubuntu通过Anoconda启动Spyder的方法:创建快捷方式
https://blog.csdn.net/qq_24032231/article/details/84099002
Ubuntu卸载软件
https://www.cnblogs.com/feifanrensheng/articles/8678509.html
关于Ubuntu中Could not get lock /var/lib/dpkg/lock解决方案