TOC & Recently Viewed
Recently Viewed Topics
Remove Industrial Security from Linux
Steps
-
Stop Industrial Security with the following command:
# service industrial-security stop
-
Determine the name of the RPM file with the following command:
# rpm -qa | grep industrial-security
The name of the RPM file appears.
-
Remove the Industrial Security RPM with the following command:
# rpm -e <RPM name>
-
Some user-created and user-modified files are not removed with the -e command. Remove any remaining files with the following command:
# rm -rf /opt/industrial-security
Industrial Security is removed.