📌  相关文章
📜  将 ubuntu 更新为 gnome 40 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:26.890000             🧑  作者: Mango

代码示例1
sudo add-apt-repository ppa:shemgp/gnome-40
sudo apt full-upgrade
sudo apt install gnome-session adwaita-icon-theme-full fonts-cantarell
sudo apt install git meson sassc libglib2.0-dev libxml2-utils

git clone https://github.com/ubuntu/yaru

cd yaru

meson build

sudo ninja -C build install