Page 1 of 1

Fedora 32 Beta

Posted: April 16th, 2020, 8:32 am
by didierg
Hi all,

I am trying to install SABnzbd on Fedora 32 Beta using sabnzbd-2.3.9-1.fc30.nuxref.src.rpm available on http://nuxref.com/nuxref-repository/

I build rpm with no problem but when I try to install it I get:

Code: Select all

$ LANG=C sudo dnf install ./sabnzbd-2.3.9-1.fc32.nuxref.noarch.rpm
Last metadata expiration check: 1:06:16 ago on Thu Apr 16 14:18:04 2020.
Error: 
 Problem: conflicting requests
  - nothing provides python-sabyenc >= 3.3.2 needed by sabnzbd-2:2.3.9-1.fc32.nuxref.noarch
  - nothing provides python2-cheetah needed by sabnzbd-2:2.3.9-1.fc32.nuxref.noarch
(try to add '--skip-broken' to skip uninstallable packages)
If my memory is correct, SABnzbd no longer need python-sabyenc and I can comment out the requirement in the spec. I did that to install on Fedora 31.

I dont know how to correct the second error on python2-cheetah.

In Fedora 32 Beta Python release is python3-3.8.2-2.fc32.x86_64 and python3-cheetah-3.2.4-3.fc32.x86_64 is installed.

Thanks for your help.

Re: Fedora 32 Beta

Posted: April 16th, 2020, 8:54 am
by sander
Easier and more useful to run SABnzbd-python3: See https://sabnzbd.org/wiki/extra/python3.html for instructions, including a Fedora instruction.

You're welcome!

Re: Fedora 32 Beta

Posted: April 23rd, 2020, 4:23 pm
by zugzwang
Thanks for your work on this.