Manjaro 系统添加国内源和安装搜狗输入法

添加中科大源

#打开配置文件
kate /etc/pacman.conf

在文件末尾添加

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch

#导入GPG Key

sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring

现在可以安装软件了,比如 chrome 和搜狗拼音输入法

#安装chrome
sudo pacman -S google-chrome

添加了中科大源后,也可以直接在添加/删除软件里搜索直接安装

安装搜狗拼音输入法

sudo pacman -S fcitx-im #默认全部安装
sudo pacman -S fcitx-configtool
sudo pacman -S fcitx-sogoupinyin

#添加输入法配置文件

kate ~/.xprofile

添加以下内容

export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"

https://lms.im/os/manjaro-install-sogou-pinyin-and-add-ustc-source.html

上一篇:centos django+Nginx+uwsgi部署


下一篇:Install Python+Django+Nginx+UWSGI