Uninstall Guide
F5 NGINX Management Suite
To uninstall NGINX Management Suite and all of its modules, complete the following steps:
-
To uninstall NGINX Management Suite, run the following command:
yum remove nms-*
-
Stop the ClickHouse service:
sudo systemctl stop clickhouse-server
-
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:
-
To uninstall NGINX Management Suite, run the following command:
sudo apt-get remove nms-*
-
Stop the ClickHouse service:
sudo systemctl stop clickhouse-server
-
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 useapt-get purge <package>
.
Last modified August 22, 2024