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

Last updated: May 20,2024

1. Install "python36-trustme" package

This guide covers the steps necessary to install python36-trustme on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-trustme

2. Uninstall "python36-trustme" package

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

$ sudo zypper remove python36-trustme

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

Information for package python36-trustme:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-trustme
Version : 0.9.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 80,6 KiB
Installed : No
Status : not installed
Source package : python-trustme-0.9.0-1.2.src
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.