- Use the ppa. Although designed for Ubuntu, community members found it works with Debian too
. Updates come in automatically, so you'll be the first (along with some 10,000+ Ubuntu users) to enjoy the latest bugs features. The instructions below closely follow those for Ubuntu, see there for context. All commands need root access, use su or sudo as appropriate or execute them from a root shell.
For squeeze, use the following set of commands:- Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main" | tee -a /etc/apt/sources.list
apt-key adv --keyserver hkp://pool.sks-keyservers.net:11371 --recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F
apt-get update && apt-get upgrade
- Code: Select all
aptitude --with-recommends install sabnzbdplus
For wheezy, substitute lucid with precise in the first command:- Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main" | tee -a /etc/apt/sources.list
- Rebuild the source package from testing or experimental. Needs manual work for every update, may not work (or not without extra work) with future updates entering testing, but it does at the time of writing. Instructions straight from the Debian wiki are here.
- Apt pinning, basically a somewhat intelligent way of installing packages from later Debian releases (testing, unstable, or even experimental). Required reading on the Debian wiki here and here; p.d.o has an overview of what's available from where.
- Run from source. Download the source release from sourceforge, extract anywhere you like, and just run SABnzbd.py. Dependencies should have been taken care of if you had the (old) sabnzbdplus package installed, otherwise look at that for guidance. Updating is as simple as overwriting the old program files with a newer release and running is simple enough too, but you'll have to take care of things like changes in dependencies and a proper init script yourself.
Some notes:
- No warranty. For anything, in this post or linked from here.
- For major updates, better finish any existing download queue first and backup your settings.
- Whatever you do, don't try using the binary deb files directly from testing or unstable: they will probably not work.
- For even older Debian releases (yeah, that's you, lenny addicts), there's an install script by user bluechip in this topic.
- Ubuntu users: why are you reading this? Just use the ppa.


