1.添加中科大源linux
参考https://blog.csdn.net/liyunfu233/article/details/87381017chrome
sudo nano /etc/pacman.conf
在文末添加google
[archlinuxcn] SigLevel = Optional TrustedOnly Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
导入GPG Key.net
sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring
2.安装chromecode
sudo pacman -S google-chrome
3.安装谷歌输入法blog
sudo pacman -S fcitx-im #默认所有安装 sudo pacman -S fcitx-configtool sudo pacman -S fcitx-googlepinyin
编辑输入法配置文件ci
sudo nano ~/.xprofile
添加如下内容get
export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx"
4.重启电脑it
在输入法里选择Configure Current Input Method便可对输入法进行配置io
配置能够参考https://blog.csdn.net/YuanXin_CSDN/article/details/91389467