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

Last updated: July 08,2024

1. Install "python3-x3dh.noarch" package

Here is a brief guide to show you how to install python3-x3dh.noarch on Oracle Linux 9

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

2. Uninstall "python3-x3dh.noarch" package

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

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

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

Last metadata expiration check: 0:20:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-x3dh
Version : 0.5.9~beta
Release : 9.el9
Architecture : noarch
Size : 31 k
Source : python-x3dh-0.5.9~beta-9.el9.src.rpm
Repository : epel
Summary : Python implementation of the X3DH key agreement protocol
URL : https://github.com/Syndace/python-x3dh
License : MIT
Description : This python library offers an implementation of the Extended Triple
: Diffie-Hellman key agreement protocol (X3DH).
:
: X3DH establishes a shared secret key between two parties who mutually
: authenticate each other based on public keys. X3DH provides forward
: secrecy and cryptographic deniability.