Skip to content

Instantly share code, notes, and snippets.

@xtranophilist
Created August 8, 2022 07:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xtranophilist/47a8ab37cbc99ddb2af32e5f96e4bb90 to your computer and use it in GitHub Desktop.
Save xtranophilist/47a8ab37cbc99ddb2af32e5f96e4bb90 to your computer and use it in GitHub Desktop.
Pacman Fix: error: key "..." could not be imported | error: required key missing from keyring

One of the common errors after running updates on your Arch Linux system:

error: key "..." could not be imported
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.

Fix:

sudo pacman -S archlinux-keyring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment