I’m a happy CentOS 10 Stream and Oracle Linux 10 user who tried to install a client from various RPM packages and encountered the error nothing provides libXScrnSaver
.
After that, I downloaded pritunl-client-1.3.4275.94-1.fc42.x86_64.rpm
and installed it with the command:
sudo rpm -i --nodeps pritunl-client-electron-1.3.4275.94-1.fc42.x86_64.rpm
ignoring dependencies. The client launched perfectly. Everything works flawlessly. It seems the client doesn’t actually need the libXScrnSaver
dependency.
In RHEL 10 the X11 has been completely removed. So, it makes sense that I don’t have this dependency.