Zero's Blog

elementaryos 系统

安装桌面环境配置插件

1
2
3
4
5
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:philip.scott/elementary-tweaks
sudo apt update
sudo apt install elementary-tweaks

安装中文输入法

1
2
3
4
5
6
7
8
sudo apt-get removeibus
sudo add-apt-repository ppa:fcitx-team/nightly
sudo add-apt-repository ppa:fcitx-team/stable
sudo apt-get update
sudo apt-get install fcitx fcitx-config-gtk fcitx-googlepinyin fcitx-table-all fctix-frontend-gtk3
sudo apt-get install im-config
im-config -s fcitx -z default
sudo reboot

安装 google-chrome 浏览器

1
2
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*; sudo apt-get -f install

安装 flash player

1
2
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install