How to Install and Uninstall python3-trustme.noarch Package on Oracle Linux 9

Last updated: May 21,2024

1. Install "python3-trustme.noarch" package

In this section, we are going to explain the necessary steps to install python3-trustme.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-trustme.noarch package on Oracle Linux 9

Last metadata expiration check: 0:34:48 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-trustme
Version : 0.9.0
Release : 1.el9
Architecture : noarch
Size : 31 k
Source : python-trustme-0.9.0-1.el9.src.rpm
Repository : epel
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.