Manjaro 安裝后的配置


 


排列源


sudo pacman-mirrors -c all
sudo  pacman-mirrors -c China    #只留下清華源能令帶寬跑滿

增加archlinuxcn庫和antergos庫

echo -e "\n[archlinuxcn]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/archlinuxcn/\$arch\n\n[antergos]\nSigLevel = TrustAll\nServer = https://mirrors.tuna.tsinghua.edu.cn/antergos/\$repo/\$arch\n"|sudo tee -a /etc/pacman.conf

 手動添加

sudo vim /etc/pacman.conf

[arch4edu]

SigLevel = Never

Server = http://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch


升級系統:

sudo pacman -Syyu

#安裝archlinuxcn簽名鑰匙&antergos簽名鑰匙

sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring antergos-keyring



中文輸入法

#安裝搜狗輸入法#xfce桌面

sudo pacman -S --noconfirm fcitx-im fcitx-configtool fcitx-sunpinyin

#安裝搜狗輸入法#kde桌面

sudo pacman -S --noconfirm fcitx-im kcm-fcitx fcitx-sunpinyin

#配置fcitx

sudo echo -e "export GTK_IM_MODULE=fcitx\nexport QT_IM_MODULE=fcitx\nexport XMODIFIERS=@im=fcitx">>~/.xprofile

想要更多 

https://my.oschina.net/langxSpirit

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM