How to Install and Uninstall python3-dissononce Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-dissononce" package

This tutorial shows how to install python3-dissononce on Kali Linux

$ sudo apt update $ sudo apt install python3-dissononce

2. Uninstall "python3-dissononce" package

This guide let you learn how to uninstall python3-dissononce on Kali Linux:

$ sudo apt remove python3-dissononce $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dissononce package on Kali Linux

Package: python3-dissononce
Source: dissononce
Version: 0.34.3-2
Installed-Size: 206
Maintainer: Josue Ortega
Architecture: all
Depends: python3-cryptography (>= 2.5), python3:any, python3-transitions
Size: 20956
SHA256: b930bf5800eacf46047c2a250e9d49a8db5bf44a32bac2709b7f81c3c6eae1f9
SHA1: ada5c3cfa336a17c4bca2d004886f5c0aa0df16c
MD5sum: 13ed110473dd95dcbb02da422e475fea
Description: Python implementation for Noise Protocol Framework
Dissononce is a Python implementation for Noise Protocol Framework. A main goal
of this project is to provide a simple, easy to read and understand practical
reference for Noise enthusiasts, implementers and users.
Therefore this project attempts to stick to the following guidelines:
- Syntax that resembles as closely as possible definitions and pseudo code
mentioned in Noise Specs.
- As minimal Python "magic" as possible (explicit is better than implicit).
- Code that is simple, easy to read, follow and understand.
- Flexibility to easily adopt future changes to Noise specifications.
- Deviations from Noise Specs
(additions, opinionated specs and API changes..etc) are isolated from
original implementation/API and are optional to use.
- Deviations from Noise Specs do not influence adjustments to original
implementation/API that conflict with Noise Specs.
Description-md5:
Homepage: https://github.com/tgalal/dissononce
Section: python
Priority: optional
Filename: pool/main/d/dissononce/python3-dissononce_0.34.3-2_all.deb