How I could install latest version of jitsi for trisquel?

12 replies [Last post]
lynn
Offline
Joined: 02/10/2016

Hi

I tried to install jitsi package included in add remove of trisquel... v. 2.4.4997 I notice if jitsi is minimized it will bug and close as soon as one sip call is received..

Are the recent versions are still totally free, sip + xmpp ?

Thank you

lynn
Offline
Joined: 02/10/2016

Moreover, if you have any reliable xmpp address providers let me know

Thank you

SuperTramp83

I am a translator!

Offline
Joined: 10/31/2014

damn.. wrong thread..
I mean I was in the Spanish thread.. anyway -->

sudo apt-get install wget
wget https://download.jitsi.org/jitsi/debian/jitsi_2.10.5550-1_amd64.deb
sudo dpkg -i jitsi_2.10.5550-1_amd64.deb

lynn
Offline
Joined: 02/10/2016

Thank you, Should I remove jitsi previous version prior to install? What is command line

Thanks again

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

Yes. If you do not feel geeky, install GDebi (from the package manager), download https://download.jitsi.org/stable/jitsi_2.10.5550-1_amd64.deb by clicking on the link and then double-click on the downloaded file.

hack and hack
Offline
Joined: 04/02/2015
lynn
Offline
Joined: 02/10/2016

Hi I got this error **** dpkg: dependency problems prevent configuration of jitsi:
jitsi depends on jitsi-archive-keyring; however:
Package jitsi-archive-keyring is not installed.

What I should do to resolve it

Thank you

Mangy Dog

I am a member!

I am a translator!

Offline
Joined: 03/15/2015

Hi lynn

Try this
Open you Synaptic Package Manager

Install a graphical application called

gui-apt-key
Download, then import the gpg Jitsi key from :
https://download.jitsi.org/jitsi-key.gpg.key

Update your system with Synaptic then proceed to reinstall Jitsi .deb with GDebi

gui-apt-key.png
Tonics
Offline
Joined: 09/25/2014

Or you can add the jitsi-repository (https://jitsi.org/Main/DebianRepository):

install the Jitsi repository key onto your system

wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -

create sources.list.d file with the repository

sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list"

update your package list

sudo apt-get -y update

install Jitsi

sudo apt-get -y install jitsi

Mangy Dog

I am a member!

I am a translator!

Offline
Joined: 03/15/2015
Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

Jitsi Meet is different from Jitsi.

lynn
Offline
Joined: 02/10/2016

After I tried.. I got this error: The method driver /usr/lib/apt/methods/https could not be found.

Could you tell me how I resolve this error and access to jitsi repository with right commaand line

Thank you

Mangy Dog

I am a member!

I am a translator!

Offline
Joined: 03/15/2015

try in a terminal

$ sudo apt-get install apt-transport-https

then

$ sudo apt-get update && sudo apt-get upgrade

finish

$ sudo apt-get install jitsi