How I could install latest version of jitsi for trisquel?
- Inicie sesión o regístrese para enviar comentarios
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
Moreover, if you have any reliable xmpp address providers let me know
Thank you
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
Thank you, Should I remove jitsi previous version prior to install? What is command line
Thanks again
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.
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
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
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
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
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
- Inicie sesión o regístrese para enviar comentarios