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

Last updated: October 10,2024

1. Install "python3-doubleratchet.noarch" package

Learn how to install python3-doubleratchet.noarch on AlmaLinux 9

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

2. Uninstall "python3-doubleratchet.noarch" package

This guide let you learn how to uninstall python3-doubleratchet.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 2:04:45 ago on Wed Mar 13 07:41:12 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.