-
Notifications
You must be signed in to change notification settings - Fork 985
Open
Description
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
Labels
No labels