当前位置:   article > 正文

【Linux】Manjaro安装及环境配置_manjaro install default certs

manjaro install default certs

配置国内源

sudo pacman-mirrors -i -c China -m rank

安装yaourt

添加archlinuxcn源

sudo vim /etc/pacman.conf
在最后添加:

[archlinuxcn]
SigLevel = Optional TrustedOnly
Server = https://mirrors.ustc.edu.cn/archlinuxcn/$arch
  • 1
  • 2
  • 3
安装yay

pacman -S yay

更新数据库

yay -Syy

安装yaourt:

yay -S yaourt

安装输入法

安装基础库

sudo pacman -S fcitx fcitx-im fcitx-configtool

安装输入法

yaourt fcitx-sogoupinyin

新建并配置~/.xprofile

添加如下内容:

export LC_ALL=zh_CN.UTF-8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
ex
  • 1
  • 2
  • 3
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/74562
推荐阅读
相关标签
  

闽ICP备14008679号