Package Details: sabnzbd 4.5.1-1

Git Clone URL: https://aur.archlinux.org/sabnzbd.git (read-only, click to copy)
Package Base: sabnzbd
Description: A web-interface based binary newsgrabber with NZB file support
Upstream URL: http://www.sabnzbd.org
Keywords: network usenet
Licenses: GPL
Submitter: esh
Maintainer: fryfrog
Last Packager: fryfrog
Votes: 273
Popularity: 2.04
First Submitted: 2007-11-09 16:21 (UTC)
Last Updated: 2025-04-16 14:49 (UTC)

Required by (29)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 65 Next › Last »

fryfrog commented on 2020-01-02 21:21 (UTC) (edited on 2020-01-02 21:38 (UTC) by fryfrog)

TL;DR: Replace python2-cheetah with python2-cheetah3 from AUR w/o removing sabnzbd.

Remove python2-cheetah w/o removing sabnzbd:

pacman -Rdd python2-cheetah

Install python2-cheetah3 how ever you want:

yay -S python2-cheetah3

Update sabnzbd how ever you want:

yay

fryfrog commented on 2020-01-02 21:19 (UTC)

@ishamael33: They removed python2-cheetah, which hasn't been updated since 2010. It was "replaced" by my AUR package python2-cheetah3 which is the maintained fork of it. You'll need to remove the old one w/o removing sabnzbd, then install the new one and update sabnzbd. I'll pin instructions, but they're further below too.

ishamael33 commented on 2020-01-02 21:01 (UTC) (edited on 2020-01-02 21:03 (UTC) by ishamael33)

Could not do a update, but a clean install works

Get this when trying to update Preparing... Resolving dependencies... Checking inter-conflicts... Failed to prepare transaction: could not satisfy dependencies: removing python2-cheetah breaks dependency 'python2-cheetah' required by sabnzbd

fryfrog commented on 2020-01-02 20:32 (UTC)

Ooops, I missed a couple python -> python2 bits and since I already have them installed... it didn't error for me. Try now.

ishamael33 commented on 2020-01-02 20:22 (UTC)

This is the error I am getting when installing/Updating on Manjaro:

==> WARNING: Using existing $srcdir/ tree ==> Starting build()... Traceback (most recent call last): File "setup.py", line 9, in <module> import SetupTools File "/home/trachal/.cache/yay/python2-cheetah3/src/Cheetah3-3.2.4/SetupTools.py", line 9, in <module> from setuptools import setup ImportError: No module named setuptools ==> ERROR: A failure occurred in build(). Aborting... Error making: python2-cheetah3

fryfrog commented on 2020-01-02 16:40 (UTC)

@francoism90: Great idea, done!

@sgtjwalker: Gonna be hard to help you w/o know anything about what isn't working for you. It works for me.

francoism90 commented on 2020-01-02 13:38 (UTC)

Could you please add sabnzbd@.service (install)? :)

https://github.com/sabnzbd/sabnzbd/blob/develop/linux/sabnzbd%40.service

sgtjwalker commented on 2020-01-02 11:29 (UTC)

well thanx for the change, it doesnt work any more now

fryfrog commented on 2020-01-01 21:12 (UTC)

@Blackbot: Thanks, I created a python2-cheetah3 package in the AUR and switched to it. The official sabnzbd install wants cheetah3, it looks like the old python2-cheetah was last updated in 2010!

You'll probably need to pacman -Rdd python2-cheetah to remove it w/o removing sabnzbd, then install python2-cheetah3 and then update sabnzbd. Maybe I can add it to conflicts?

Blackbot commented on 2020-01-01 20:37 (UTC)

python2-cheetah has been removed from AUR. As this is a dependency of sabnzbd it doesn't compile anymore. (Is this technically an "Out of Date" flag? I'm unsure because this is not "There's something newer" but simply "It doesn't work anymore")