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

Last updated: May 19,2024

1. Install "python3-olm" package

Learn how to install python3-olm on Kali Linux

$ sudo apt update $ sudo apt install python3-olm

2. Uninstall "python3-olm" package

In this section, we are going to explain the necessary steps to uninstall python3-olm on Kali Linux:

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

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

Package: python3-olm
Source: olm
Version: 3.2.16+dfsg-2
Installed-Size: 271
Maintainer: Matrix Packaging Team
Architecture: amd64
Depends: libolm3 (<< 3.2.16+dfsg-2.1~), libolm3 (>= 3.2.16+dfsg-2), python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libc6 (>= 2.4)
Size: 49928
SHA256: 8df44559c18ba9a416009596af79ea17e314584271b2a63bfdff910c2439c5dd
SHA1: 2efba05fdc3350f756ab29a1c10a49437c55d5c9
MD5sum: 35a3ee2e687746b24a7fb3c61cc9d5ef
Description: implementation of the Double Ratchet cryptographic ratchet - Python bindings
Olm is an implementation of the Double Ratchet cryptographic ratchet
described by https://whispersystems.org/docs/specifications/doubleratchet/,
written in C and C++11 and exposed as a C API.
.
This library also includes an implementation
of the Megolm cryptographic ratchet
which is intended for encrypted messaging applications
where there may be a large number of recipients of each message,
thus precluding the use of peer-to-peer encryption systems such as Olm.
.
Megolm is the end-to-end encryption system
for the Matrix communications protocol.
.
This package contains the Python 3 bindings for libolm.
Description-md5:
Homepage: https://gitlab.matrix.org/matrix-org/olm/
Section: python
Priority: optional
Filename: pool/main/o/olm/python3-olm_3.2.16+dfsg-2_amd64.deb