In this tutorial install Sabznbd Debian. Are we going to install Sabznbd. On a computer with the Debian operating system.
Install Sabznbd Python
Sabznbd is dependent on Python.
We are now going to install Python.
sudo apt-get install python-gdbm python-cheetah python-openssl par2 unzip -y
If you are using Debian Wheezy. Then you have to install Python 2.6.
sudo apt-get install python2.6 python-cheetah python-openssl par2 unzip -y
You are now done with the installation of Python.
Install Sabnzbd Debian
Check whether the SABznbd repository has been added.
echo “deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main” | tee -a /etc/apt/sources.list.d/sabnzbdplus.list
Add the repostry for Sabnzbd.
sudo apt-key adv –keyserver hkp://pool.sks-keyservers.net:11371 –recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F
Do an update.
sudo apt-get update
Now we are going to update.
sudo apt-get upgrade -y
Install Sabznbd and Python pip.
sudo apt-get install sabnzbdplus python-pip -y
Install Sabyenc.
sudo pip install sabyenc
You have now finished the installation.
SAbnzbd auto start Debian
It is of course very useful if SAbznbd is started during Debian startup.
So we are going to arrange that.
sudo nano /etc/default/sabnzbdplus
Change the username to your own username. to your own username.
USER=username
HOST=0.0.0.0
PORT=8080
Press the CTR + X key simultaneously. And then Y. To save this file.
Restart SAbznbd.
sudo service sabnzbdplus restart
Update file.
sudo update-rc.d sabnzbdplus defaults
Sabnzbd will now be started automatically during the start-up process.
Be the first to comment