--- title: "Uninstall TrustEdge" source_url: https://dev.digicert.com/trustedge/install-and-configure/uninstall-trustedge.html --- - To remove TrustEdge but keep configuration files, use the following command: ```bash sudo dpkg -r trustedge ``` - To completely remove TrustEdge, including configuration files, use the following command: ``` sudo dpkg --purge trustedge ``` > **Warning** > > The `--purge` flag deletes all files associated with TrustEdge, including your configuration files. If you plan to reinstall TrustEdge and use the same configuration in the future, leave out the `--purge` flag.