elementary换源_Elementary os系统配置

第一步

首先你得安装elementary os的系统啊,安装系统的教程网络上很多,大家自己去看看就知道了。

设置语言为中文简体,重启系统生效。

第二步

准备工作sudo apt update                  #更新源

sudo apt -y dist-upgrade     #升级系统软件

sudo apt -y autoremove     #自动清除卸载的文件垃圾

添加源的准备工作:添加 add-apt-repository 命令支持。sudo apt-get install -y python-software-properties software-properties-common  #命令支持

sudo add-apt-repository -y ppa:elementary-os/daily  #添加源

sudo apt update  #更新源

sudo apt -y dist-upgrade  #更新软件

elementaryOS 扩展图标包git clone https://github.com/btd1337/elementary-full-icon-theme

sudo mv elementary-full-icon-theme /usr/share/icons/

gsettings set org.gnome.desktop.interfaceicon-theme"elementary-full-icon-theme"

安装tweaks工具sudo add-apt-repository-y ppa:philip.scott/elementary-tweaks

sudo apt update

sudo apt -y install elementary-tweaks

安装谷歌浏览器

你可能感兴趣的:(elementary换源)