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

Last updated: June 02,2024

1. Install "python3-omemo" package

This guide let you learn how to install python3-omemo on Kali Linux

$ sudo apt update $ sudo apt install python3-omemo

2. Uninstall "python3-omemo" package

Please follow the guidance below to uninstall python3-omemo on Kali Linux:

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

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

Package: python3-omemo
Source: python-omemo
Version: 1.0.2-3
Installed-Size: 183
Maintainer: Debian XMPP Maintainers
Architecture: all
Depends: python3-typing-extensions, python3-xeddsa (>= 1~), python3:any
Size: 34632
SHA256: 0ed79b79585bdeed69eda4a7e5d8d047cfa9ccd83acd0b464ac128e32b724edc
SHA1: ea667cdf282d850c90e8f20b32ce773af0be3624
MD5sum: 64e8e7e32812c09fc76c53f6e4aa0ee1
Description: Python 3 implementation of the OMEMO protocol
This python library offers an open implementation of the OMEMO Multi-End
Message and Object Encryption protocol as specified here.
.
Goals of this implementation are:
.
* Do not use libsignal but offer a solid alternative to it
* Stay away from GPL (not possible until we move away from libsignals
wireformat)
* Be flexible to changes that might happen to the OMEMO protocol
* Keep the structure close to the spec
* Provide the parts of the protocol (X3DH, Double Ratchet) as own
repositories
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/Syndace/python-omemo
Section: python
Priority: optional
Filename: pool/main/p/python-omemo/python3-omemo_1.0.2-3_all.deb