Uninstall Guide

F5 NGINX Management Suite

To uninstall NGINX Management Suite and all of its modules, complete the following steps:

  1. To uninstall NGINX Management Suite, run the following command:

    yum remove nms-*
    
  2. Stop the ClickHouse service:

    sudo systemctl stop clickhouse-server
    
  3. To uninstall ClickHouse, run the following command:

    yum remove clickhouse-server
    

To uninstall NGINX Management suite and all of its modules, complete the following steps:

  1. To uninstall NGINX Management Suite, run the following command:

    sudo apt-get remove nms-*
    
  2. Stop the ClickHouse service:

    sudo systemctl stop clickhouse-server
    
  3. To uninstall ClickHouse, run the following command:

    sudo apt-get remove clickhouse-server
    

    Note: The apt-get remove <package> command will remove the package from your system, while keeping the associated configuration files for possible future use. If you want to completely remove the package and all of its configuration files, you should use apt-get purge <package>.


Last modified August 22, 2024