一. 配置国内镜像
sudo pacman-mirrors -i -c China -m rank
更新系统命令
pacman -Syyu
整个系统更新sudo pacman -Syy
强制更新pacman -Syudd
使用-dd
跳过所有检测设置自启动
设置 IM
环境变量
nano .pam_environment
末尾添加
GTK_IM_MODULE DEFAULT=fcitx QT_IM_MODULE DEFAULT=fcitx XMODIFIERS DEFAULT=\@im=fcitx
注销后可看见小键盘一样的东西,说明框架安装成功
二. 安装输入法
yay
sudo pacman -S yay
fcitx
框架 sudo pacman -S fcitx fcitx-im fcitx-configtool
(fcitx-configtool
为我所安装的 manjaro linux gnome
需要的)如需了解详情请查看官网
配置 archlinux
源(用来安装 aur
的)
更改配置文件 nano /etc/pacman.conf
#原始的[archlinuxcn]Server = https://repo.archlinuxcn.org/$arch## 阿里云 (Global CDN) (ipv4, http, https)## Added: 2020-07-03[archlinuxcn]Server = https://mirrors.aliyun.com/archlinuxcn/$arch## 华为云 (Global CDN) (ipv4, http, https)## Added: 2020-10-31[archlinuxcn]Server = https://repo.huaweicloud.com/archlinuxcn/$arch## 清华大学 (北京) (ipv4, ipv6, http, https)[archlinuxcn]Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
从上面随便选一个写入就行了
安装 archlinuxcn-keyring
导入 GPG key
和 archlinuxcn-mirrorlist-git
获取一份镜像列表,以便在 pacman.conf
直接引用(我还没理解干嘛安装这两个,装就完事了)。
安装输入法 rime yay -S fcitx-rime
也可以安装别的。