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

Last updated: May 13,2024

1. Install "python3-doubleratchet.noarch" package

Learn how to install python3-doubleratchet.noarch on Fedora 35

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

2. Uninstall "python3-doubleratchet.noarch" package

Please follow the step by step instructions below to uninstall python3-doubleratchet.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:11:27 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-doubleratchet
Version : 0.7.0~beta
Release : 5.fc35
Architecture : noarch
Size : 39 k
Source : python-doubleratchet-0.7.0~beta-5.fc35.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.