question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jitsi-meet unmet package dependencies Ubuntu 18.04 LTS

See original GitHub issue

This Issue tracker is only for reporting bugs and tracking code related issues.

Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.

Description

apt on fresh ubuntu 18.04 cant install jitsi


Current behavior

When trying to install jitsi following the steps at https://jitsi.org/downloads/ using the repositories apt fails with this message:

root@ip-172-31-35-171:/home/ubuntu# sudo apt-get -y 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 : PreDepends: jitsi-videobridge2 (= 2.1-169-ga28eb88e-1) but it is not going to be installed
              Recommends: jitsi-meet-turnserver (= 1.0.3992-1) but it is not going to be installed or
                          apache2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Expected Behavior

The same instructions worked a few days ago when I setup a test server. Same OS.


Possible Solution

Provide the required version of jitsi-videobridge2 over the package repository


Steps to reproduce

1 ) Setup a EC2 t2.small instance with Ubuntu 18.04 (Marketplace Version) 2) wget -qO - https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add - 3) sudo sh -c "echo 'deb https://download.jitsi.org stable/' > /etc/apt/sources.list.d/jitsi-stable.list" 4) sudo apt-get -y update 5) sudo apt-get -y install jitsi-meet


Environment details

OS: Ubuntu 18.04.3 LTS universe distribution component was activated

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
damenchocommented, Apr 10, 2020

Can someone do

apt-get update 
apt-get install jitsi-meet

Does it work now?

3reactions
brimurcommented, Apr 10, 2020

Just tried to do an install on the same version of Ubuntu server and got the same result. I can also confirm it did work a few days ago when I installed on another server.

To fix:

sudo sh -c "echo 'deb https://download.jitsi.org unstable/' > /etc/apt/sources.list.d/jitsi-unstable.list" to get it to install
apt update
apt install jitsi-meet -y
Read more comments on GitHub >

github_iconTop Results From Across the Web

The following packages have unmet dependencies - Ask Ubuntu
Perhaps the cause of this problem is that jitsi Desktop (decidedly not jitsi-meet ) has unmet dependencies which cannot be easily resolved:
Read more >
Struggling with meet install on Ubuntu 18.04.4 LTS (can't find ...
The following packages have unmet dependencies: jitsi-meet : Depends: jitsi-meet-prosody (= 1.0.4074-1) but it is not going to be installed*
Read more >
Self-Hosting Guide - Debian/Ubuntu server | Jitsi Meet
On Ubuntu systems, Jitsi requires dependencies from Ubuntu's universe package repository. To ensure this is enabled, run this command:.
Read more >
How to fix installed packages have unmet dependencies in ...
Step by step tutorial to fix error installed packages have unmet dependencieshttps://kalitut.com/usb-wi-fi-adapters-supporting-monitor/
Read more >
How To: Install Jitsi Server on Ubuntu 19.10
or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: jitsi-meet :...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found