
In this Installl NZBGet Debian manual. We are going to install NZBGet. So that we can configure NZBGet. To download from the newsgroups.
Do you use a different Lunix system? See also Linux nzbget overview.
NZBget install Debian
Make sure your Debian system is up to date.
sudo apt-get update
sudo apt-get upgrade -y
Now we are going to install the requirements for NZBGet.
sudo apt-get install build-essential libsigc++-dev sigc++ libncurses5-dev libssl-dev libxml2-dev libpar2-0-dev unrar unzip p7zip-full -y
NZBget install Debian
Now we are going to download NZBGet. Make sure you have the latest version. See https://sourceforge.net/projects/nzbget/files/nzbget-stable/ for the latest version number.
wget http://sourceforge.net/projects/nzbget/files/nzbget-15.0.tar.gz
Unpack NZBGet Beware! If you have downloaded a new version. Then you have to change the version number here. In the example below it is version “15.0”.
tar -xvf nzbget-15.0.tar.gz && cd nzbget-15.0
Now we are going to start the installation of NZBGet
./configure && make && sudo make install && sudo make install-conf
Then start the Nzbget deamon.
nzbget -D
Now you can access NZBget via http://ip.address:6789
Username:nzbget
Leave password blank or: tegbzn6789
You are now done with this NZBGet tutorial. In the next step. We are going to configure NZBGet. To download from the newsgroups.
Updating NZBGet Debian

You can update NZBGet through the NZBget web interface.
Go to Settings.
Choose System.
Press Check for updates.
How to Install NZBGet Debian
Be the first to comment