赞
踩
``
打开终端输入:
//编辑器可以使用nano vim vi等
sudo nano /etc/pacman.conf
(我这里以清华大学源为例) 划到末尾添加:
[archlinuxcn]
//在有些发行版上后面带Only的会报错请在前面加“#”或者删除在添加从带All的
SigLevel=Optional TrustedOnly
//在有些发行版上后面带All的会报错请在前面加“#”或者删除在添加从带Only的
SigLevel=Optional TrustAll
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
其他国内源
//清华大学源
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch
//中科大源
Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
//阿里源
Server = http://mirrors.aliyun.com/archlinux/$repo/os/$arch
//163源
Server = http://mirrors.163.com/archlinux/$repo/os/$arch
保存好后,终端执行
//更新软件源
sudo pacman -Syyu
//导入archlinuxcn的GPG KEY
sudo pacman -S archlinuxcn-keyring
终端输入:
//安装小企鹅输入法
sudo pacman -S fcitx5 fcitx5-qt fcitx5-gtk fcitx5-lua kcm-fcitx5
安装完成以后配置一下*.xprofile* 文件,终端输入:
sudo nano ~/.xprofile
添加
export INPUT_METHOD=fcitx5
export GTK_IM_MODULE=fcitx5
export QT_IM_MODULE=fcitx5
export XMODIFIERS=@im=fcitx5
fcitx5中文词库
sudo pacman -S fcitx5-pinyin-zhwiki rime-pinyin-zhwiki fcitx5-pinyin-moegirl-rime
fcitx5输入语言
//中文
sudo pacman -S fcitx5-chewing fcitx5-rime fcitx5-chinese-addons
//日语
sudo pacman -S fcitx5-anthy fcitx5-kkc fcitx5-skk fcitx5-mozc
//韩语
sudo pacman -S fcitx5-hangul
//越南语
sudo pacman -S fcitx5-unikey fcitx5-bamboo
1.安装numlockx
sudo pacman -S numlockx
2.配置sddm.conf
sudo nano /etc/sddm.conf
3.填写以下配置
[General]
HaltCommand=/usr/bin/systemctl poweroff
InputMethod=
Numlock=on
#Numlock=none
RebootCommand=/usr/bin/systemctl reboot
1.安装 yay
//下载arch linux AUR软件仓库软件的工具
sudo pacman -S yay
2.安装libreoffice
//办公套件
sudo pacman -S libreoffice-fresh-zh-cn
4.安装gimp
//图像编辑软件
sudo pacman -S gimp
5.安装kdenlive
//kde开源项目,剪辑软件
sudo pacman -S kdenlive
6.安装octopi
//软件包下载器
yay -S octopi
7.安装google chrome
sudo pacman -S google-chrome
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。