How to Install and Uninstall python3-trustme Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-trustme" package

This guide covers the steps necessary to install python3-trustme on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-trustme

2. Uninstall "python3-trustme" package

Please follow the instructions below to uninstall python3-trustme on openSUSE Leap:

$ sudo zypper remove python3-trustme

3. Information about the python3-trustme package on openSUSE Leap

Information for package python3-trustme:
----------------------------------------
Repository : Main Repository
Name : python3-trustme
Version : 0.6.0-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 67.9 KiB
Installed : No
Status : not installed
Source package : python-trustme-0.6.0-1.24.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.