Knowledge Base
Searching in : Trouble report
ID:TR11W11618
Added on: 2025-11-03
Last Update: 2025-12-18
Solved in version: 9.3.7
Platform: All Linux Platforms
Product: NoMachine Server
Severity: Minor
Status: Solved
Print this article

NoMachine RPM packages cannot be verified on recent RPM-based systems

On recent RPM-based systems, installation of NoMachine RPM packages stops because their signature cannot be verified.

For example:
sudo rpm -i nomachine_9.1.24_6_x86_64.rpm
issues error:
package nomachine-9.1.24-6.x86_64 does not verify: no digest

As a workaround, install the package by using the --nodigest --nofiledigest flags, e.g.:
sudo rpm -i --nodigest --nofiledigest nomachine_9.1.24_6_x86_64.rpm

SOLVED, Released in version 9.3.7