manjaro安装后的配置
程序员文章站
2022-11-06 20:50:13
1.添加中科大源 参考https://blog.csdn.net/liyunfu233/article/details/87381017 sudo nano /etc/pacman.conf 在文末添加 [archlinuxcn] SigLevel = Optional TrustedOnly Se ......
1.添加中科大源
参考
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
2.安装chrome
sudo pacman -s google-chrome
3.安装谷歌输入法
sudo pacman -s fcitx-im #默认全部安装 sudo pacman -s fcitx-configtool sudo pacman -s fcitx-googlepinyin
编辑输入法配置文件
sudo nano ~/.xprofile
添加以下内容
export lc_all=zh_cn.utf-8
export gtk_im_module=fcitx export qt_im_module=fcitx export xmodifiers="@im=fcitx"
4.重启电脑
在输入法里选择configure current input method即可对输入法进行配置
配置可以参考https://blog.csdn.net/yuanxin_csdn/article/details/91389467
上一篇: 爱优腾联合六家影视公司倡议:加强演职人员薪酬等管理
下一篇: 乾隆有那么多皇子,为什么最后选择嘉庆?
推荐阅读
-
Centos6.9安装vsftpd并配置多用户的方法
-
centos配置ssh免密码登录后仍要输入密码的解决方法
-
Win10系统安装了MacBookPro后没有声音的解决方法
-
在window和Linux下,Node.js的安装和配置教程
-
Windows Apache2.2.11及Php5.2.9-1的安装与配置方法
-
Mysql安装与配置调优及修改root密码的方法
-
IE11卸载内置flash player被后安装不上的解决办法
-
CentOS 7.0 使用 yum 安装 MariaDB 与 MariaDB 的简单配置
-
Linux服务器下安装配置Nginx的教程
-
完全卸载VSCode--解决卸载重新安装后还有原来配置的问题(图解)