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

Last updated: October 10,2024

1. Install "python3-spake2.noarch" package

Please follow the guidance below to install python3-spake2.noarch on Fedora 36

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

2. Uninstall "python3-spake2.noarch" package

Please follow the guidelines below to uninstall python3-spake2.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:01:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-spake2
Version : 0.8
Release : 12.fc36
Architecture : noarch
Size : 86 k
Source : python-spake2-0.8-12.fc36.src.rpm
Repository : fedora
Summary : SPAKE2 password-authenticated key exchange
URL : https://github.com/warner/python-spake2
License : MIT
Description : This library implements the SPAKE2 password-authenticated key exchange
: ("PAKE") algorithm. This allows two parties, who share a weak password,
: to safely derive a strong shared secret (and therefore build an
: encrypted + authenticated channel).