From 2fef7e30fb58efd263c807ef1769c8b1ec1c76e4 Mon Sep 17 00:00:00 2001 From: Ximi1970 Date: Thu, 18 Jul 2024 13:52:19 +0200 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index a7b7d5e..1bd039d 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,39 @@ Exec=env GDK_BACKEND=x11 thunderbird %u ``` +## Key issues + +If you have issues with the gpg keys of the packages please try the following options. + +###Arch + +To list all keys used: + +```bash +sudo pacman-key --list-sigs +``` + +Delete SysTray-X key: + +```bash +sudo pacman-key -d BEEF5C3607D86FE9 +``` + +Then reinstall the key file. See below in the installing instructions. + +Other Arch problems: +Arch update not working due to invalid keys: + +```bash +sudo pacman -S archlinux-keyring +``` + +Use with caution: +[Resetting keys](https://wiki.archlinux.org/title/Pacman/Package_signing#Resetting_all_the_keys + + + + ## Linux distributions ### openSuSE