Debugging archlinux keyring breaking when updating. # bug you run `sudo pacman -Syu`, but then you get an error **Key is marginal trust or whatever.** solution: # TLDR: ``` # pacman -Sy archlinux-keyring && pacman -Su ``` (assumes root) See this Arch Post: `Key is marginal trust or whatever.` Actually, RTFM! (me included lol). It's actually documented in the arch wiki: ;tags: debugging archlinux