Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

error: required key missing from keyring

#Run following commands

sudo pacman -Scc
sudo pacman -Syy
sudo pacman -S archlinux-keyring
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman -Syu
#if it not work then
First, install the primary key - it can then be used to install our keyring and mirrorlist.
$ sudo pacman-key --recv-key FBA220DFC880C036 --keyserver keyserver.ubuntu.com
$ sudo pacman-key --lsign-key FBA220DFC880C036
$ sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
Append (adding to the end of the file) to /etc/pacman.conf:
[chaotic-aur]
Include = /etc/pacman.d/chaotic-mirrorlist
Comment

PREVIOUS NEXT
Code Example
Shell :: serverless sqs batch size 
Shell :: laptop slow performance linux ubuntu 
Shell :: luarocks 
Shell :: commit git 
Shell :: create new repository on the command line 
Shell :: git add new origin 
Shell :: how to mount device linux 
Shell :: dev/mapper/ubuntu--vg-ubuntu--lv 
Shell :: doc.find is not a function 
Shell :: git add identity 
Shell :: remove yum repository 
Shell :: remove all files in a directory linux that match pattern 
Shell :: add file in ignored folder git 
Shell :: show services linux 
Shell :: push an existing repository from the command line on github 
Shell :: create a new repository using command line 
Shell :: vieuw the MOTD linux 
Shell :: ubuntu startup script 
Shell :: ubuntu create bootable usb from iso command line 
Shell :: how to navigate to a folder in cmd windows 10 
Shell :: remove a directory in ubuntu 
Shell :: shell script store command output in variable 
Shell :: why gitignore does not work 
Shell :: enable system virtualization cmd 
Shell :: Push an existing repository to an empty github repository 
Shell :: install adminlte 
Shell :: apache not restart 
Shell :: sed until first match 
Shell :: delete dir linux 
Shell :: terminal trash folder 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =