mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Missing support for Ubuntu 20.10 Groovy #2219
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @INeDiA on GitHub (Oct 27, 2020).
Describe the bug
Repo for groovy is missing, can't install.
Using repo for 20.04 does not solve the issue (missing dependencies for jellyfin-ffmpeg).
System (please complete the following information):
To Reproduce
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" | sudo tee /etc/apt/sources.list.d/jellyfin.list
output: deb [arch=amd64] https://repo.jellyfin.org/ubuntu groovy main
sudo apt update
output: E: The repository 'https://repo.jellyfin.org/ubuntu groovy Release' does not have a Release file.
@nyanmisaka commented on GitHub (Oct 27, 2020):
jellyfin-ffmpeg requires a rebuild with this pr. https://github.com/jellyfin/jellyfin-ffmpeg/pull/53
@roos-robert commented on GitHub (Nov 20, 2020):
Any updates regarding this or workarounds in the meantime?
@joshuaboniface commented on GitHub (Nov 20, 2020):
Try using the latest LTS version (20.04) of the repo instead. If that doesn't work, the rebuild will be coming in the next day or two.
@roos-robert commented on GitHub (Nov 20, 2020):
Thank you for the quick reply! I'll just wait for the rebuild then 👍
@danielsbrewer commented on GitHub (Dec 13, 2020):
I'm having the same issue on as raspberry pi 3. Ubuntu server 20.10 is the default install. Changing the repro to focal produces an error in jellyfin-ffmpeg. Any updates. Thanks.
@f1yankees commented on GitHub (Jan 9, 2021):
Same issue here, does not work for 20.10.
While you can force apt to work by replacing "groovy" with "focal" in the Jellyfin.list source file, it still will fail when installing jellyfin-ffmpeg:
So this is not supported on Ubuntu 20.10 at all at the moment.
@nyanmisaka commented on GitHub (Jan 9, 2021):
Here are some jellyfin-ffmpeg packages for groovy.
https://github.com/jellyfin/jellyfin-ffmpeg/pull/54#issuecomment-737396700
@f1yankees commented on GitHub (Jan 10, 2021):
Thank you, a combination of installing the .deb jellyfin-ffmpeg package locally and using the focal repo for the rest worked.
@joshuaboniface commented on GitHub (Feb 10, 2021):
Groovy should be coming along with 10.7.0-rc4 (and 10.7.0 when it drops) - we just had to add it to the
repreprorepository, and the new ffmpeg will get added there as well. For now the manual.debmethod is the preferred workaround.