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

Last updated: May 17,2024

1. Install "python3-trustme.noarch" package

Please follow the guidelines below to install python3-trustme.noarch on Oracle Linux 8

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

2. Uninstall "python3-trustme.noarch" package

This guide covers the steps necessary to uninstall python3-trustme.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 1:50:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-trustme
Version : 0.6.0
Release : 4.el8
Architecture : noarch
Size : 27 k
Source : python-trustme-0.6.0-4.el8.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.