So far the fix for this is not an official fix but another workaround like Fedora 27. 1. Find this RPM (I got it from my Network/Infrastructure team) ps-pulse-linux-9.0r1.0-b739-centos-rhel-64-bit-installer.rpm 2. Install it: rpm -Uvh ps-pulse-linux-9.0r1.0-b739-centos-rhel-64-bit-installer.rpm 3. Install a hidden dependency: sudo dnf install compat-libicu57-57.1-2.fc28.x86_64 This install process should hopefully be it. I do remember modifying a Configuration Script meant for Fedora 27 and changing it to be 28, so it would perform the same tasks on 28. But I believe this was undone in the beginning and was just a rabbit hole. If this does not work for you, let me know, and I'll see if that was something that stuck from earlier. Thanks to @flipPipe for discovering the compat-libicu57 dependencies.
... View more