Jitsi-meet: quick install not working

Created on 4 Dec 2017  路  4Comments  路  Source: jitsi/jitsi-meet

i am using fresh ubuntu 14.04, when i use the quick install guide i get the following message,

$ apt-get install jitsi-meet
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
jitsi-meet : Depends: jitsi-videobridge (= 1011-1) but it is not going to be installed
Depends: jicofo (= 1.0-388-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

how can i fix it?

documentation

Most helpful comment

@tanvir23 I had your exact problem, I solved doing:

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo nano /etc/environment
added this line at the end of the file -> JAVA_HOME="/usr/lib/jvm/java-8-oracle"
source /etc/environment
sudo apt-get install jitsi-meet
... etc

All 4 comments

Install java8 packages as they are a requirement now. And then install jitsi-meet.

ok i will try...thanks...

@tanvir23 I had your exact problem, I solved doing:

sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
sudo nano /etc/environment
added this line at the end of the file -> JAVA_HOME="/usr/lib/jvm/java-8-oracle"
source /etc/environment
sudo apt-get install jitsi-meet
... etc

hi, this source helped me with debian 14 (jessie) as recommended in the guide:
https://xmoexdev.com/wordpress/installing-openjdk-8-debian-jessie/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mlelyakan picture mlelyakan  路  4Comments

ralgozino picture ralgozino  路  3Comments

pekubu picture pekubu  路  3Comments

VogtAI picture VogtAI  路  3Comments

532910 picture 532910  路  3Comments