How to Install and Uninstall python3-doubleratchet.noarch Package on Fedora 39

Last updated: October 11,2024

1. Install "python3-doubleratchet.noarch" package

This tutorial shows how to install python3-doubleratchet.noarch on Fedora 39

$ 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 Fedora 39:

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

3. Information about the python3-doubleratchet.noarch package on Fedora 39

Last metadata expiration check: 1:30:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-doubleratchet
Version : 0.7.0~beta
Release : 11.fc39
Architecture : noarch
Size : 57 k
Source : python-doubleratchet-0.7.0~beta-11.fc39.src.rpm
Repository : fedora
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.