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

Last updated: June 28,2024

1. Install "python39-trustme" package

In this section, we are going to explain the necessary steps to install python39-trustme on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-trustme

2. Uninstall "python39-trustme" package

Please follow the guidance below to uninstall python39-trustme on openSuSE Tumbleweed:

$ sudo zypper remove python39-trustme

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

Information for package python39-trustme:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-trustme
Version : 1.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 76.1 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.