Manjaro 系统添加国内源和安装搜狗输入法
Posted feipeng8848
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Manjaro 系统添加国内源和安装搜狗输入法相关的知识,希望对你有一定的参考价值。
添加中科大源
#打开配置文件 sudo nano /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
#添加输入法配置文件
sudo pacman nano ~/.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
以上是关于Manjaro 系统添加国内源和安装搜狗输入法的主要内容,如果未能解决你的问题,请参考以下文章