How to Install and Uninstall python312-trustme Package on openSuSE Tumbleweed

Last updated: September 29,2024

1. Install "python312-trustme" package

Please follow the guidance below to install python312-trustme on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-trustme

2. Uninstall "python312-trustme" package

This guide covers the steps necessary to uninstall python312-trustme on openSuSE Tumbleweed:

$ sudo zypper remove python312-trustme

3. Information about the python312-trustme package on openSuSE Tumbleweed

Information for package python312-trustme:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-trustme
Version : 1.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 84.6 KiB
Installed : No
Status : not installed
Source package : python-trustme-1.1.0-2.1.src
Upstream URL : https://github.com/python-trio/trustme
Summary : Fake CA provider for Python tests
Description :
trustme is a Python package that provides a fake certificate
authority (CA) that can be used to generate "fake" TLS certs to use
in tests. The CA and certificates are fake in the sense of
https://martinfowler.com/bliki/TestDouble.html, that is, the trust
circle of the CA is limited to the test environment.