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.

Package repository error when trying to install

See original GitHub issue

Hello,

When following the Jitsi Meet quick install instructions, I am receiving a The repository 'https://download.jitsi.org stable/ Release' no longer has a Release file. error when executing the apt-get update step.

This worked fine last night but is not working this morning (on a new server).

Can anyone shed some light on this? Thanks in advance for any help.

Jeff

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
davidrd108commented, Jun 22, 2020

I need help, please I make:

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

I Got thi error on this command:

sudo apt-get -y update

E: The repository ‘https://download.jitsi.org stable/ Release’ does not have a Release file.

0reactions
jeffchowncommented, Apr 22, 2020

Perfect. Thanks @damencho

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when trying to install package from GitHub - Stack Overflow
I am trying to install a package from my own repository in order to test if the functions work. The link to the...
Read more >
YUM Error Downloading Packages - how we fix it? - Bobcares
1. Clear yum cache to download packages. Old cache in the system can cause errors while downloading packages. · 2. Check repository to...
Read more >
unable to install package in R Studio - Warning
Team I am unable to install any package from my R Studio. Please find below errors while installing the package. install.packages("ggplot2") Warning in ......
Read more >
'package 'foo' is not available' - What to do when R tells you it ...
This common error means the package you're looking for can't be installed from CRAN. This is how you solve it.
Read more >
How to Fix the "add-apt-repository: command not found" Error ...
When a package you need is not installed, you may try to install it with APT, but if you try to install add-apt-repository...
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