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

Last updated: June 16,2024

1. Install "python310-trustme" package

Please follow the guidelines below to install python310-trustme on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-trustme

2. Uninstall "python310-trustme" package

This is a short guide on how to uninstall python310-trustme on openSuSE Tumbleweed:

$ sudo zypper remove python310-trustme

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

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