1、安装elementary os
2、设置语言为中文,重启生效。
注意:建议不要更改文件夹名称为中文,要不终端下面比较麻烦。
3、升级系统
sudo apt update #更新源
sudo apt -y dist-upgrade #升级系统软件
sudo apt -y autoremove #自动清除卸载的文件垃圾
4、旧设备如果新内核不能启动,可以删除新内核用旧内核启动
dpkg -l|grep linux
linux-image-版本号:内核映像文件
linux-headers-版本号:内核头文件
linux-image-extra-版本号:内核扩展文件
sudo apt remove linux-image-<版本号>
更新grub
sudo update-grub
5、添加 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 #更新软件
7、安装tweaks工具
sudo add-apt-repository-y ppa:philip.scott/elementary-tweaks
sudo apt update
sudo apt -y install elementary-tweaks
8、安装Fcitx中文输入法
先将ibus卸载掉
sudo apt-get remove ibus // 卸载ibus
sudo apt-get remove scim
sudo apt-get autoremove // 删除依赖包
sudo apt-get -f install // 修正安装过程中出现的依赖性关系
安装Fcitx中文输入法
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install im-switch fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-module-cloudpinyin fcitx-googlepinyin
sudo im-switch -s fcitx -z default
9、安装python编辑环境
sudo apt intsall idle #安装idle
idle #运行idle F5执行程序
10、安装elementarycn版本,屏幕左上角出现小方块的解决方法
系统设置->tweaks->cerbere->关闭stalonetray