1、安裝elementary os
2佛呻、設(shè)置語言為中文,重啟生效病线。
注意:建議不要更改文件夾名稱為中文吓著,要不終端下面比較麻煩。
3送挑、升級系統(tǒng)
sudo apt update? ? ? ? ? ? ? #更新源
sudo apt -y dist-upgrade? ? #升級系統(tǒng)軟件
sudo apt -y autoremove? ? #自動清除卸載的文件垃圾
4绑莺、舊設(shè)備如果新內(nèi)核不能啟動,可以刪除新內(nèi)核用舊內(nèi)核啟動
dpkg -l|grep linux
linux-image-版本號:內(nèi)核映像文件
linux-headers-版本號:內(nèi)核頭文件
linux-image-extra-版本號:內(nèi)核擴展文件
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? // 修正安裝過程中出現(xiàn)的依賴性關(guān)系
安裝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編輯環(huán)境
sudo apt intsall idle #安裝idle
idle #運行idle F5執(zhí)行程序
10欺缘、安裝elementarycn版本,屏幕左上角出現(xiàn)小方塊的解決方法
系統(tǒng)設(shè)置->tweaks->cerbere->關(guān)閉stalonetray