GPG errors when trying to load the RPM on Rocky 8 (Redhat 8)

Server Version#: Can’t get it to load. plexmediaserver-1.43.2.10687-563d026ea.x86_64.rpm
Player Version#:
sudo dnf install -y plexmediaserver
Last metadata expiration check: 0:01:59 ago on Tue 26 May 2026 12:22:24 PM CDT.
Dependencies resolved.

Package Architecture Version Repository Size

Installing:
plexmediaserver x86_64 1.43.2.10687-563d026ea PlexTv 103 M

Transaction Summary

Install 1 Package

Total download size: 103 M

Installed size: 212 M
Downloading Packages:
plexmediaserver-1.43.2.10687-563d026ea.x86_64.rpm 21 MB/s | 103 MB 00:04

Total 21 MB/s | 103 MB 00:04
Problem opening package plexmediaserver-1.43.2.10687-563d026ea.x86_64.rpm
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing ‘dnf clean packages’.
Error: GPG check FAILED

Followed the manual install. Removed the old plex GPG key before.

I’m pretty sure the problem is the rpm included with Redhat 8 can’t handle the new signing key that Plex chose to use. The package should install if you turn off the signature check.

The same happens from the command line or from the plex repo.

When ignoreing the GPG key I get…

Error: Transaction test error:
package plexmediaserver-1.43.2.10687-563d026ea.x86_64 does not verify: Header DSA signature: BAD (package tag 267: invalid OpenPGP signature)

I’m not sure exactly what command you ran, but if you look at this thread

https://forums.plex.tv/t/issue-upgrading-to-pms-1-43-0-10467-on-debian-and-rhel-based-distributions/935847/285

At least one Rocky 8 user got the newer plex package. It’s post 270. Here is what he did

curl -L https://repo.plex.tv/rpm/plexmediaserver-1.43.0.10492-121068a07.x86_64.rpm -o plexmediaserver-1.43.0.10492-121068a07.x86_64.rpm
systemctl stop plexmediaserver
rpm -Uvh --nosignature plexmediaserver-1.43.0.10492-121068a07.x86_64.rpm
systemctl start plexmediaserver