How to Install and Uninstall python3-doubleratchet.noarch Package on CentOS Stream 9

Last updated: October 12,2024

1. Install "python3-doubleratchet.noarch" package

Here is a brief guide to show you how to install python3-doubleratchet.noarch on CentOS Stream 9

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

2. Uninstall "python3-doubleratchet.noarch" package

This guide covers the steps necessary to uninstall python3-doubleratchet.noarch on CentOS Stream 9:

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

3. Information about the python3-doubleratchet.noarch package on CentOS Stream 9

Last metadata expiration check: 0:42:47 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-doubleratchet
Version : 0.7.0~beta
Release : 8.el9
Architecture : noarch
Size : 40 k
Source : python-doubleratchet-0.7.0~beta-8.el9.src.rpm
Repository : epel
Summary : Python implementation of the Double Ratchet algorithm
URL : https://github.com/Syndace/python-doubleratchet
License : MIT
Description : This python library offers an implementation of the Double Ratchet
: algorithm.
:
: A double ratchet allows message encryption providing perfect forward
: secrecy. A double ratchet instance synchronizes with a second instance
: using Diffie-Hellman calculations, that are provided by the DHRatchet
: class.