Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: pocock on February 01, 2021, 11:53:15 am

Title: Jami P2P VoIP client backported for Debian 10 (buster)
Post by: pocock on February 01, 2021, 11:53:15 am
I built a backport of the latest version of Jami for various architectures including ppc64le.  This is one of several ways to do chat and VoIP with no central server, more details on the official web site (https://jami.net/)

These are distributed through the Debify repository (http://apt.debify.org/README.txt)

If you didn't use Debify already, you can add the repository with this command:

Code: [Select]
$ wget -O - http://apt.debify.org/add-apt-debify | bash

and then you can get the latest Jami with:

Code: [Select]
sudo apt update
sudo apt install -t debify-buster-backports jami

and then launch it with this command:

Code: [Select]
$ jami-gnone
Title: Re: Jami P2P VoIP client backported for Debian 10 (buster)
Post by: xilinder on February 03, 2021, 11:07:46 am
Cool  8)
Can't try just now, but will get to it soon.

Thank You.