mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-02 22:57:43 -05:00
Create an installation guide for CentOS 8 #2725
Labels
No labels
1%
blocked-by: skyhook
bug
connection
discussion
docs
download-client
enhancement
external-bug
indexer
missing-description
mono-bug
naming
needs-to-be-tested
needs-triage
one-day-maybe
parsing
platform: linux
platform: macos
platform: windows
priority:high
priority:low
priority:medium
priority:medium
proposal
skyhook/services
suboptimal
support
task
ui-only
up-for-grabs
v3
v4
waiting-for-contributor
waiting-for-info
wip
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Sonarr#2725
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @bcornw2 on GitHub (Oct 16, 2019).
CentOS 8 has been out for a few weeks now, and RHEL 8 long before that
I can try to loosely follow the CentOS 7 installation guide for Sonarr, and while I was able to get it up and running in conjunction with SABnzbd, some packages from the EPEL for CentOS 8 are broken. Most notably, the package:
libmediainfo.This package requires the dependency of
libtinyxml2but that is a broken install on CentOS 8. Some other factors of the OS upgrade have caused it to be different enough from the CentOS 7 that the installation guide can not be adhered to.Please confirm that the CentOS 8 build that requires libmediainfo has access to the required dependencies. Even better would be to build a Git repository that already includes all of this stuff.
Thank you.
@markus101 commented on GitHub (Oct 16, 2019):
We don't maintain a package for centos and the installation instructions are on the wiki and contributed by someone else.
Sonarr needs libmediainfo, if there is an issue with that on centos 8 then a new libmedia package would need to be provided, but that isn't something we can provide and it doesn't look like it's something mediainfo has published a package for. https://mediaarea.net/en/MediaInfo/Download/CentOS
@MarkProminic commented on GitHub (Apr 12, 2020):
Hope this helps:
https://github.com/Sonarr/Sonarr/wiki/Installation-CentOS-8
@freiheit commented on GitHub (Nov 10, 2020):
EPEL8 has mediainfo and libmediainfo packages that work fine, and the instructions that @MarkProminic linked to include steps to get that installed.
@MarkProminic commented on GitHub (Dec 1, 2020):
Centos 8 with Sonarr v3 Wiki has been created as well:
https://github.com/Sonarr/Sonarr/wiki/Installation-CentOS-8-V3-Beta
@Drazzilb08 commented on GitHub (Dec 1, 2020):
Awesome. I'll get this up on https://wiki.servarr.com tomorrow some time.