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

Last updated: May 20,2024

1. Install "python38-trustme" package

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

$ sudo zypper refresh $ sudo zypper install python38-trustme

2. Uninstall "python38-trustme" package

Here is a brief guide to show you how to uninstall python38-trustme on openSuSE Tumbleweed:

$ sudo zypper remove python38-trustme

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

Information for package python38-trustme:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-trustme
Version : 0.9.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 80,9 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.