Arch Linux - Updating Pacman Keyring

1 min read

Everytime I create a new VM from my arch template and I try to update or install new packages the below error happens :

error: python-itsdangerous: signature from "author" is unknown trust :: File /var/cache/pacman/pkg/python-itsdangerous-2.1.2-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature))

Let's update the keyring to fix the above error.

pacman -S archlinux-keyring

Related Articles

vim

vim - How to Search & Replace

To search and replace in Vim, you can use the substitute command, which is represented by :s. Here's a step-by-step guide on how

Pipewire - Send Audio Over the Network

Super simplified article on how to receive microphone audio over the network. Receiver Host Creating the audio server. pactl load-module module-native-protocol-tcp port=8888 listen=192.

Linux - SSH Key Authentication

One of the most secure ways to connect to a system is with SSH key authentication that, combined with good firewall rules it can prevent