Update SteamOS packages
To update Arch Linux system packages you usually run:
sudo pacman-key --init
sudo pacman-key --populate archlinux
However, for SteamOS is not enough. You will continue to get error about corrupted packages.
SteamOS packages are signed by their own GPG keys and they are need to populated too.
sudo pacman-key --populate holo
You’re welcome!