How to Install libolm2 in Ubuntu 18.04



Install libolm2 by entering the following commands in the terminal:

sudo apt update
sudo apt install libolm2

Description:

implementation of the Double Ratchet cryptographic ratchet in C++

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.

Homepage: https://matrix.org/git/olm/

Version: 2.2.2+git20170526.0fd768e+dfsg-1

Section: universe/libs