{"id":7648,"date":"2018-02-02T16:06:55","date_gmt":"2018-02-02T15:06:55","guid":{"rendered":"https:\/\/nzbusenet.com\/?p=7648"},"modified":"2023-07-22T13:57:26","modified_gmt":"2023-07-22T11:57:26","slug":"sabnzbd-install-debian","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/sabnzbd-install-debian\/","title":{"rendered":"Install SABnzbd Debian via the command line for the newsgroups"},"content":{"rendered":"\n<p>SABnzbd install Debian tutorial. In this manual we will install SABnzbd via the command line. Then we&#8217;re going to configure SABnzb. To download from the newsgroups.<\/p>\n\n<h2 class=\"wp-block-heading\">install SABnzbd Debian<\/h2>\n\n<p>We need Python. Otherwise, SABnzbd won&#8217;t work. So we&#8217;re going to be the first python to install.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install python-gdbm python-cheetah python-openssl par2 unzip -y<\/p>\n<\/blockquote>\n\n<p>We need python cheetah, too. So now that we&#8217;re installing Cheetah.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install python2.6 python-cheetah python-openssl par2 unzip -y<\/p>\n<\/blockquote>\n\n<p>We now need to add SABnzbd&#8217;s repository.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>echo &#8220;deb http:\/\/ppa.launchpad.net\/jcfp\/ppa\/ubuntu precise main&#8221; | tee -a \/etc\/apt\/sources.list.d\/sabnzbdplus.list<br \/>sudo apt-key adv &#8211;keyserver hkp:\/\/pool.sks-keyservers.net:11371 &#8211;recv-keys 0x98703123E0F52B2BE16D586EF13930B14BB9F05F<\/p>\n<\/blockquote>\n\n<p>Then we&#8217;re going to do an update.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get update<\/p>\n<\/blockquote>\n\n<p>After this. We need to upgrade.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get upgrade -y<\/p>\n<\/blockquote>\n\n<p>We&#8217;re now going to install SABnzbd with Python pip.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install sabnzbdplus python-pip -y<\/p>\n<\/blockquote>\n\n<p>Now we have to download and install Sabyenc.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo pip install sabyenc<\/p>\n<\/blockquote>\n\n<p>The installation of SABnzbd is now finished.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<h2 class=\"wp-block-heading\">SABnzbd automatic start during boat<\/h2>\n\n<p>We&#8217;re going now. Edit the following file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/sabnzbdplus<\/p>\n<\/blockquote>\n\n<p>Find the following line on <strong>USER=<\/strong> And enter your own username here.<\/p>\n\n<p>Press <strong>CTRL + X <\/strong>key. And then we press the <strong>y<\/strong> key. To save this file.<\/p>\n\n<p>Now we have to restart the SAbnzbd service.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service sabnzbdplus restart<\/p>\n<\/blockquote>\n\n<p>Now we have to take the SABnzbd startup settings with us.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo update-rc.d sabnzbdplus defaults<\/p>\n<\/blockquote>\n\n<p>SABnzbd will now start automatically during the start-up process.<\/p>\n\n<p><strong>Sabnzbd Debian tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-tutorial\/\">Sabznbd tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-install-debian\/\" target=\"_blank\" rel=\"noreferrer noopener\">Install SABnzbd Debian<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-configure-debian-to-download\/\" target=\"_blank\" rel=\"noreferrer noopener\">Configure SABnzbd Debian<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>SABnzbd install Debian tutorial. In this manual we will install SABnzbd via the command line. Then we&#8217;re going to configure SABnzb. To download from the newsgroups. install SABnzbd Debian We need Python. Otherwise, SABnzbd won&#8217;t <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-install-debian\/\" title=\"Install SABnzbd Debian via the command line for the newsgroups\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49503,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[725],"tags":[],"class_list":{"0":"post-7648","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sabnzbd-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/01\/SABnzbd-installeren-Debian.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/7648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=7648"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/7648\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49503"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=7648"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=7648"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=7648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}