Package repository error when trying to install
See original GitHub issueHello,
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:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Perfect. Thanks @damencho