Skip to content

Debian/Ubuntu Repository: unmet dependencies #793

@traud

Description

@traud

When trying to install Jitsi Desktop, I get

The following packages have unmet dependencies:
 jitsi : Depends: liblibjitsi-jni (< 1.1-22-g5c9346c5-20.04~focal.1) but 1.1-23-g86401561-20.04~focal is to be installed

Steps to Reproduce for Ubuntu 20.04 LTS (focal)

sudo apt install libcanberra-gtk-module libavcodec-extra
sudo curl -fsSL https://nexus.ingo.ch/jitsi-desktop-unstable/jitsi-desktop-key.asc | sudo apt-key add -
echo "deb [arch=$(dpkg --print-architecture)] http://nexus.ingo.ch/jitsi-desktop-unstable $(lsb_release -cs)/" | sudo tee /etc/apt/sources.list.d/jitsi-desktop.list > /dev/null
sudo apt update
sudo apt install jitsi

Steps to Reproduce for Ubuntu 22.04 LTS (jammy) or newer

sudo apt install libcanberra-gtk-module libavcodec-extra
sudo wget -qO /etc/apt/keyrings/jitsi-desktop.gpg https://nexus.ingo.ch/jitsi-desktop-unstable/jitsi-desktop-key.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/jitsi-desktop.gpg] http://nexus.ingo.ch/jitsi-desktop-unstable jammy/" | sudo tee /etc/apt/sources.list.d/jitsi-desktop.list > /dev/null
sudo apt update
sudo apt install jitsi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions