From 0844c88f3d87f7a285079afd6d8ec8b0e44876c2 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Sun, 5 Jul 2026 19:33:39 +0200 Subject: [PATCH] Change gpgme dependency to gpgme2 for Fedora --- installation/fedora.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/fedora.md b/installation/fedora.md index 58db144..000ca1a 100644 --- a/installation/fedora.md +++ b/installation/fedora.md @@ -13,7 +13,7 @@ nav_exclude: true The PSP SDK requires a couple of dependencies to be installed before use. To install them, run the following command from a terminal: ```shell -sudo dnf -y install @development-tools cmake bsdtar libusb-compat-0.1 gpgme fakeroot xz nano +sudo dnf -y install @development-tools cmake bsdtar libusb-compat-0.1 gpgme2 fakeroot xz nano ``` ## PSP SDK