manjaro 切换国内源及软件安装
-
- 配置国内源
- 安装软件
配置国内源
1.配置镜像源:
sudo pacman -S vim
#可以先安装个vim,放弃古老的vi,如果你不想安装,则下面使用vim编辑的地方请都改成vi
sudo pacman-mirrors -i -c China -m rank
2.设置 archlinuxcn 源,antergos源,arch4edu源:
sudo vim /etc/pacman.conf
[archlinuxcn]
SigLevel = Optional TrustedOnly
#中科大源
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
#清华源
#Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
#以上两个源二选一#下面的源可能有时候会有报错,后续 pacman -syyu的时候如果有报错要注意看报错路径,如果有报错,则直接注释该源即可
[antergos]
SigLevel = TrustAll
Server = https://mirrors.tuna.tsinghua.edu.cn/antergos/$repo/$arch[arch4edu]
SigLevel = TrustAll
Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch
3.更新源列表
sudo pacman-mirrors -g
4.更新pacman数据库并全面更新系统
sudo pacman -Syyu
5.防止PGP签名错误
sudo pacman -S archlinuxcn-keyring
sudo pacman -S antergos-keyring
安装软件
安装aur包管理工具:
sudo pacman -S yay
安装搜狗拼音输入法:
sudo pacman -Sy base-devel # 选择 5) fakeroot
yay -S fcitx-im && yay -S fcitx-configtool
yay -S fcitx-sogoupinyin
添加输入法配置文件:
sudo vim ~/.xprofile
添加以下内容:
export GTK_IM_MODULE=fcitxexport QT_IM_MODULE=fcitxexport XMODIFIERS="@im=fcitx"
搜狗输入法出现问题
rm -rf ~/.config/Sogou* && rm -rf ~/.config/sogou*
fcitx -r
安装fcitx-qt4就可以成功解决上述问题:
yay -S fcitx-qt4
如果中文乱码,安装中文语言包
yay -S wqy-microhei