ArchWSL icon indicating copy to clipboard operation
ArchWSL copied to clipboard

Error Importing GPG Keys while doing anything with pacman on fresh install (cert is installed in trusted people local machine)

Open jadedFella opened this issue 2 years ago • 4 comments

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 ver at 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 version at a Command Prompt)

Additional context Add any other context about the problem here.

jadedFella avatar Sep 10 '23 18:09 jadedFella

rm -rf /etc/pacman.d/gnupg/ pacman-key --init pacman-key --populate archlinux pacman -S archlinux-keyring pacman -Syu

this worked

hamburgerghini1 avatar Oct 06 '23 12:10 hamburgerghini1

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...

D-Maxwell avatar Feb 01 '24 08:02 D-Maxwell

consider disable sign level before install archlinux-keyring

LNKLEO avatar Feb 01 '24 08:02 LNKLEO