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

Last updated: November 25,2024

1. Install "python3-doubleratchet.noarch" package

This guide covers the steps necessary to install python3-doubleratchet.noarch on Fedora 36

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

2. Uninstall "python3-doubleratchet.noarch" package

Learn how to uninstall python3-doubleratchet.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:09:20 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-doubleratchet
Version : 0.7.0~beta
Release : 6.fc36
Architecture : noarch
Size : 40 k
Source : python-doubleratchet-0.7.0~beta-6.fc36.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.