manjaro basic system configuration

1. Update the source

vim / etc / pacman.conf 
[archlinuxcn] 
SigLevel = Never 
Server = HTTP: // mirrors.tuna.tsinghua.edu.cn/archlinuxcn/$arch # domestic source 
sudo pacman -Syy

2. To solve the problem signature

2.1: Shielded signature

Modify /etc/pacman.conf, all original SigLevel = ×××××× commented, adding SigLevel = Never can.

2.2: Installation archlinuxcn signature

sudo pacman -Syy
sudo pacman -S archlinuxcn-keyring 

2.3: Installation pgp signature

pacman -Syu haveged
systemctl start haveged
systemctl enable haveged
rm -rf /etc/pacman .d /gnupg

2.4: Re-signing

pacman-key --init
pacman-key --populate manjaro
pacman-key --populate archlinuxcn

 3 Installation aur Assistant

sudo pacman -S yaourt
vim /etc/yaourtrc
AURURL="https://aur.tuna.tsinghua.edu.cn"  
pacman sudo - S yay 
yay --aururl " https://aur.tuna.tsinghua.edu.cn " - the Save # this 
one added to /.config/yay/ config.json 
yay -P -g

 

 

 

Translation copy is read queries, please wait ...... retry reading aloud copy copy copy via Google translate (domestic) translation

Guess you like

Origin www.cnblogs.com/yunweiweb/p/11801579.html