Arch Linux: Difference between revisions

From iFixWiki
No edit summary
No edit summary
Line 2: Line 2:


= Issues =
= Issues =
= Signature from "David Runge <dvzrv@archlinux.org>" is marginal trust =
When attempting to update the system, there may be a prompt to add/update a signature. This can fail which results in the following errors:
  error: zsh-completions: signature from "David Runge <dvzrv@archlinux.org>" is marginal trust
  error: failed to commit transaction (invalid or corrupted package (PGP signature))
  Errors occurred, no packages were upgraded.
'''Solution'''
Update the keyring prior to updating the system.<ref>https://bbs.archlinux.org/viewtopic.php?pid=2047590#p2047590</ref>
  $ sudo pacman -Sy archlinux-keyring
== Wine makepkg FAILED (unknown public key CEFAC8EAAF17519D) ==
== Wine makepkg FAILED (unknown public key CEFAC8EAAF17519D) ==
'''Solution'''
'''Solution'''
Line 8: Line 21:


   $ gpg --receive-keys CEFAC8EAAF17519D
   $ gpg --receive-keys CEFAC8EAAF17519D
= References =


[[Category:Operating Systems]]
[[Category:Operating Systems]]

Revision as of 00:41, 22 July 2022

Arch linux is a great operating system. Using it grants you the privilege of saying "I use Arch, btw".

Issues

Signature from "David Runge <dvzrv@archlinux.org>" is marginal trust

When attempting to update the system, there may be a prompt to add/update a signature. This can fail which results in the following errors:

  error: zsh-completions: signature from "David Runge <dvzrv@archlinux.org>" is marginal trust
  error: failed to commit transaction (invalid or corrupted package (PGP signature))
  Errors occurred, no packages were upgraded.

Solution

Update the keyring prior to updating the system.[1]

  $ sudo pacman -Sy archlinux-keyring

Wine makepkg FAILED (unknown public key CEFAC8EAAF17519D)

Solution

You need to import the public key for it to work.

  $ gpg --receive-keys CEFAC8EAAF17519D

References