Using this repository, you can easily install the latest version of the program and its dependencies. Whenever an even newer version of the program is released, you will be automatically notified the same as with any other package update. You have the choice between two channels: regular or "no betas". The former includes most alpha/beta/rc releases, while the latter only ever gets final releases. Just take your pick!
Supported releases are focal (20.04 LTS), jammy (22.04 LTS), noble (24.04 LTS), oracular (24.10), and plucky (25.04). In order to satisfy all dependencies, both Ubuntu's universe and multiverse repositories must be enabled on your system. Debian users: sabnzbdplus is readily available in squeeze and newer (in contrib); if you're looking to update to the latest release please continue here.
The Howto
First, add the repository. Choose either the regular channel...
Code: Select all
sudo add-apt-repository ppa:jcfp/ppa
Code: Select all
sudo add-apt-repository ppa:jcfp/nobetas
Code: Select all
sudo apt-get update && sudo apt-get dist-upgrade
If not, proceed to install the program. All dependencies will be automatically taken care of in this step:
Code: Select all
sudo apt-get -o APT::Install-Recommends=1 install sabnzbdplus
- From your desktop menu: find the Sabnzbd+ item in the Networking section.
- As a system service. This will automatically start the program on boot (in the background before you even log in) using the init script provided by the package. Edit the text file /etc/default/sabnzbdplus as root, following the instructions inside the file. If your system uses systemd, which has been the default since Ubuntu 15.04, run the following after modifying the settings:Once configured, start the service:
Code: Select all
sudo systemctl daemon-reload
Although no browser will be auto-started when running the program like this, the web interface is still available at the usual location of http://localhost:8080/ (or whatever other host and port you configured).Code: Select all
sudo service sabnzbdplus start
- From the command line. Just execute:
Code: Select all
sabnzbdplus