Uninstall TrustEdge

  • To remove TrustEdge but keep configuration files, use the following command:
    sudo dpkg -r trustedge
    
  • To completely remove TrustEdge, including configuration files, use the following command:
    sudo dpkg --purge trustedge
    
    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.