sabnzbdplus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sabnzbdplus: command not found
or when using sudo you get the following error message
sudo: sabnzbdplus: command not found
Solutions to sabnzbdplus: command not found
How To Fix sabnzbdplus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sabnzbdplus is provided by sabnzbdplus package.
sabnzbdplus is:
SABnzbd+ is a web-based binary newsgrabber written in Python, with support for the popular nzb file format. It greatly simplifies the process of downloading from Usenet, thanks to a friendly web-based, fully customizable user interface and advanced built-in post-processing options including the ability to automatically verify, repair, extract and clean up downloaded posts.
Multiple servers are supported, as well as secure (ssl) connections, ipv6, scheduling, pausing and resuming downloads, queue manipulation, rss feeds, automatic sorting, a download history, email notifications, and custom post-processing scripts. An extensive API allows third party applications to interact with the program.
This package contains the program itself and all interface templates.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sabnzbdplus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sabnzbdplus.
sudo apt -y install sabnzbdplus
Or if you have aptitude installed you can use the following command.
sudo aptitude install sabnzbdplus
Summary
In this tutorial we learn how to fix sabnzbdplus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.