Skip to content
This repository was archived by the owner on May 17, 2018. It is now read-only.

Installing on Linux

lovetox edited this page Aug 17, 2016 · 7 revisions

Setting Up OMEMO

Debian

Debian stretch

You don't need anything with pip at the moment, just use apt:

  1. sudo apt install gajim
  2. sudo apt install python-axolotl
  3. sudo apt install python-protobuf
  4. start gajim
  5. Open plugin manager
  6. Update plugin manager
  7. Install "OMEMO Multi-End and Object Encryption" plugin
  8. restart gajim

Verify Fingerprints in the Fingerprint Menu, before you can Chat.

If the Plugin doesnt show under Plugins, or its not possible to activate

pip install protobuf==2.6.1 python-axolotl

Ubuntu

Tested on Ubuntu 16.04 LTS

  1. check if you have Gajim 0.16.5 or higher

if you have python3 installed use pip2, Gajim is a python2 application

  1. sudo apt-get install build-essential libssl-dev libffi-dev python-dev
  2. sudo pip install cryptography --upgrade
  3. sudo pip install python-axolotl
  4. Restart Gajim, and activate OMEMO in Gajims PluginManager

Clone this wiki locally