Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

Uninstall PMM client using package manager

To uninstall PMM client with package manager, do the following steps:

To uninstall PMM client with Debian-based distributions:

  1. Uninstall the PMM Client package.

    apt remove -y pmm-client
    
  2. Remove the Percona repository

    dpkg -r percona-release
    

To uninstall PMM client with Red Hat based distributions:

  1. Uninstall the PMM Client package.

    yum remove -y pmm-client
    
  2. Remove the Percona repository

    yum remove -y percona-release