You can uninstall the software on a Linux platform.
Log on to a terminal as root super user (administrator rights).
Switch to Disabled mode.
sadmin disableRestart the endpoint to completely disable the Solidcore client.
As root super user, go to
/usr/local/mcafee/solidcoreand run the./uninstallscript.Verify that the software is removed from the system.
On RHEL, CentOS, SUSE and Oracle systems, run:
rpm -qa | grep solidcoreS3Note
Make sure the SELinux package and SELinux policy module are removed on RHEL 8 and RHEL 9 endpoints.
On RHEL 8 and RHEL 9 endpoints, run
rpm -qa | grep solidcoreS3to remove the SELinux package.On RHEL 8 and RHEL 9 endpoints, run
semodule -l | grep solidcoreto remove the SELinux policy module.On Ubuntu systems, run:
dpkg -l | grep solidcores3
If the software was uninstalled successfully, these commands don't show any results.