How to Install and Uninstall python3-trustme.noarch Package on Fedora 36

Last updated: May 20,2024

1. Install "python3-trustme.noarch" package

Here is a brief guide to show you how to install python3-trustme.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-trustme.noarch

2. Uninstall "python3-trustme.noarch" package

Please follow the guidance below to uninstall python3-trustme.noarch on Fedora 36:

$ sudo dnf remove python3-trustme.noarch $ sudo dnf autoremove

3. Information about the python3-trustme.noarch package on Fedora 36

Last metadata expiration check: 4:03:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-trustme
Version : 0.9.0
Release : 1.fc36
Architecture : noarch
Size : 31 k
Source : python-trustme-0.9.0-1.fc36.src.rpm
Repository : fedora
Summary : #1 quality TLS certs while you wait, for the discerning tester
URL : https://github.com/python-trio/trustme
License : MIT or ASL 2.0
Description : You wrote a cool network client or server. It encrypts connections using TLS.
: Your test suite needs to make TLS connections to itself. Uh oh. Your test
: suite probably doesn't have a valid TLS certificate. Now what? trustme is a
: tiny Python package that does one thing: it gives you a fake certificate
: authority (CA) that you can use to generate fake TLS certs to use in your
: tests. Well, technically they are real certs, they are just signed by your CA,
: which nobody trusts. But you can trust it. Trust me.