Removing the Ksplice Enhanced Client Software The following procedure describes how to remove the Ksplice Enhanced Client from a system. Remove the Ksplice Enhanced client software. sudo dnf -y remove ksplice Remove the offline version of the Ksplice Enhanced client software, if installed. sudo dnf -y remove ksplice-offline Remove the Ksplice-aware versions of the glibc+openssl packages from the system. Unsubscribe all the subscribed Ksplice-aware user space channels from the yum repository. Manually downgrade the Ksplice-aware packages using the dnf shell. dnf shell > erase ksplice-helper > downgrade glibc* openssl* > run Note:The following single command performs the same downgrade action without needing manual entry and can be used for automation purposes:printf 'erase ksplice-helper\n downgrade glibc* openssl*\n run' | dnf -y shell