1. Stop your docker containers by running the following command:

    docker compose stop
    

    Back up the logs, artifacts database, and Postgres database before uninstalling.

  2. Open a terminal.

  3. Log in to your Package Security Manager instance.

  4. Navigate to your Anaconda installer directory (ate-installer-*) by running the following command:

    # Replace <INSTALLER_DIR> with your installer directory
    cd <INSTALLER_DIR>
    

    Start typing ate-installer- in your terminal, then press Tab to autocomplete the directory name.

  5. Remove Package Security Manager’s package data by running the following command:

    rm -rf /opt/anaconda/repo
    
  6. Uninstall Package Security Manager and its configurations by running the following command:

    # Replace <INSTALLER_DIR> with your installer directory
    rm -rf ~/<INSTALLER_DIR>