Ubuntu安装后需要做的几项工作

一、检查更新

robin@robin-Lenovo-XiaoXin-I2000:~$ sudo apt update
命中:1 http://mirrors.aliyun.com/ubuntu focal InRelease
命中:2 http://mirrors.aliyun.com/ubuntu focal-updates InRelease
命中:3 http://mirrors.aliyun.com/ubuntu focal-backports InRelease
命中:4 http://mirrors.aliyun.com/ubuntu focal-security InRelease
命中:5 http://dl.google.com/linux/chrome/deb stable InRelease
正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
所有软件包均为最新。
robin@robin-Lenovo-XiaoXin-I2000:~$ sudo apt upgrade
正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
正在计算更新… 完成
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。

二、启用最小化单击

以便在Ubuntu Dock中单击打开的应用程序的图标时,它将“最小化”窗口。

robin@robin-Lenovo-XiaoXin-I2000:~$ gsettings set org.gnome.shell.extensions.dash-to-dock click-action ‘minimize’

三、将垃圾箱添加到Ubuntu Dock

robin@robin-Lenovo-XiaoXin-I2000:~$ gsettings set org.gnome.shell.extensions.dash-to-dock show-trash true

四、安装gnome-tweaks对系统进行优化,设置系统主题及顶栏显示电池百分比

robin@robin-Lenovo-XiaoXin-I2000:~$ sudo apt install gnome-tweaks