ArchWSL
ArchWSL copied to clipboard
Error Importing GPG Keys while doing anything with pacman on fresh install (cert is installed in trusted people local machine)
IMPORTANT Please read README and Docs before creating the issue.
Please fill out the below information: Describe the issue A clear and concise description of what the bug is. Could not look up pgp key remotely hence no transcation commits.
To Reproduce Steps to reproduce the behavior: install appx and do pacman -Syu
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Enviroment:
- Windows build number: [e.g. 10.0.17134.228] (Type
verat a Command Prompt) - Security Software: [e.g. ESET Internet Security]
- WSL version 1/2: [e.g. WSL1]
- ArchWSL version [e.g. 19.3.7.0]
- ArchWSL Installer type zip/appx/other clean/update [e.g. appx update]
- Launcher version [e.g. 19030700] (Type
Arch.exe versionat a Command Prompt)
Additional context Add any other context about the problem here.
rm -rf /etc/pacman.d/gnupg/ pacman-key --init pacman-key --populate archlinux pacman -S archlinux-keyring pacman -Syu
this worked
rm -rf /etc/pacman.d/gnupg/ pacman-key --init pacman-key --populate archlinux pacman -S archlinux-keyring pacman -Syu
this worked
How come this isn't taken care of by default...
consider disable sign level before install archlinux-keyring