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.

Cannot update jitsi

See original GitHub issue

Actual behavior:

After apt update i get this error: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://download.jitsi.org stable/ InRelease: The following signatures couldn't be verified because the public key is not available:

Server information:

  • Jitsi Meet version: 2.0.4627-1
  • Operating System: Ubuntu 18.04 LTS

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
MagicFabcommented, Jun 11, 2020

Please make sure you follow these steps (from the Quick start guide) :

Add the Jitsi package repository

This will add the jitsi repository to your package sources to make the Jitsi Meet packages available.

curl https://download.jitsi.org/jitsi-key.gpg.key | sudo sh -c 'gpg --dearmor > /usr/share/keyrings/jitsi-keyring.gpg'
echo 'deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/' | sudo tee /etc/apt/sources.list.d/jitsi-stable.list > /dev/null


# update all package sources
sudo apt update
1reaction
l3d00mcommented, Jul 21, 2020

This does not happen for me, are you sure you followed all of these steps and especially did an sudo apt update before?

Read more comments on GitHub >

github_iconTop Results From Across the Web

[HOW TO] Upgrade to the Latest Stable Version - Install & Config
Unable to updating jitsi -meet to latest version (April 21) on a self hosted ubuntu. Can't install Jitsi on Debian 11.
Read more >
Self-Hosting Guide - Debian/Ubuntu server | Jitsi Meet
Self-Hosting Guide - Debian/Ubuntu server. Follow these steps for a quick Jitsi-Meet installation on a Debian-based GNU/Linux system.
Read more >
Jitsi meet not working after Jicofo upgrade
Hello, We had to upgrade Jitsi as latest version of Chrome doesn't support plan B. I upgraded Jitsi meet to 6726 which resolved...
Read more >
Jitsi | Quick Install | Advance Configuraton | Some Fixes
Below are the steps to install Jitsi and fix the issues we ... can enter the IP address of the machine (if it...
Read more >
How To Install Jitsi Meet on Ubuntu 22.04 - DigitalOcean
Finally, perform a system update to collect the package list from the new repositories and then install the jitsi-meet package: sudo apt update...
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