ubuntu18.04使用前的优化事项

【卸载】

卸载系统自带的不常用软件

sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install onboard deja-dup 

删除Amazon的链接

sudo apt-get remove unity-webapps-common

卸载libreOffice

sudo apt-get remove libreoffice-common 

【安装WPS】官网下载后双击安装即可 https://www.wps.cn/product/wpslinux 

解决WPS缺少字体问题

1、下载字体https://github.com/pengphei/wps-font-symbols/archive/master.zip

2、解压 sudo unzip /home/jv/下载/wps-font-symbols-master.zip -d /usr/share/fonts/wps-office

3、重启WPS

【安装百度网盘】官网下载后双击安装即可https://pan.baidu.com/download

【安装网易云音乐】官网下载后双击安装即可https://music.163.com/#/download

【安装VLC播放器】Ubuntu应用商店里直接装

【点击图标最小化】gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize'

原文地址:https://www.cnblogs.com/xixixing/p/12209017.html