{"id":11880,"date":"2019-10-30T08:57:24","date_gmt":"2019-10-30T07:57:24","guid":{"rendered":"https:\/\/nzbusenet.com\/sabnzbd-installeren-ubuntu-via-de-command-line\/"},"modified":"2023-07-23T12:50:43","modified_gmt":"2023-07-23T10:50:43","slug":"instal-sabnzbd-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/instal-sabnzbd-ubuntu\/","title":{"rendered":"Install SaBnzbd Ubuntu &#8211; Via the command line"},"content":{"rendered":"\n<p>In this SABnzbd install tutorial. We are going to install SaBnzbd on the Ubuntu operating system. We do this via the command line. In this tutorial we assume that you are using Ubunu 12+ or higher. If your use a old version. That you should use a different command. Then that is described here.<\/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\">Install SABnzbd Ubuntu<\/h2>\n\n<p>Before we can install SaBnzbd. We need to be sure that it has been added to \/etc\/apt\/sources.list. We do this in the following way:<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo add-apt-repository ppa:jcfp\/ppa<\/p>\n<\/blockquote>\n\n<p>Next, we need to execute the next command.<\/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>Now we can install SaBnzbd. Through the next command.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install sabnzbdplus<\/p>\n<\/blockquote>\n\n<p>Then Ubuntu asks for the password of your root account. If this is give up press <strong>enter.<\/strong> And SaBnzbd is installed.<\/p>\n\n<p>When this is done. You can start SaBnzbd with the following command.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sabnzbdplus<\/p>\n<\/blockquote>\n\n<p>SABnzbd is now installed.<\/p>\n\n<h2 class=\"wp-block-heading\">Start SABnzbd automatically<\/h2>\n\n<p>It is of course useful if SABnzbd is started automatically when the PC is switched on<\/p>\n\n<p>So we are going to do this.<\/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>You will now be asked for your root password. Specify this and press <strong>E<\/strong><strong>nter<\/strong>.<\/p>\n\n<p>Now go to the next line. Enter here the user name with which you are logged in on your Ubuntu.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>USER=<\/p>\n<\/blockquote>\n\n<p>If this is adjusted you must also adjust the following rule.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>HOST=0.0.0.0<\/p>\n<\/blockquote>\n\n<p>I use port 8085 myself. Because my internet provider is blocking 8080. And I want my SABnzbd also available outside my own network.<\/p>\n\n<p>Now press Ctrl + X. To exit and to save.<\/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<p>If it went well. You must be able to execute the following commands:<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service sabnzbdplus start<\/p>\n\n\n\n<p>and<\/p>\n\n\n\n<p>sudo service sabnzbdplus stop<\/p>\n<\/blockquote>\n\n<p>If SaBnzbd is running, you can access it via http: \/\/ localhost: 8080 Unless you install SaBnzbd on another computer. Then it is something of http:\/\/192.168.1.66:8080<\/p>\n\n<h2 class=\"wp-block-heading\">Install latest version of Winrar Ubuntu<\/h2>\n\n<p>I also recommend that you install the latest version of Winrar. It is not always necessary. But in the past SABnzbd could not handle the latest rar files well. So it is always good to install the latest Winrar.<\/p>\n\n<p>We must be sure that unrar-free is not installed. Because this can cause problems during unpacking. So we will remove that. Purge ensures that the settings of unrar-free also are deleted.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get purge unrar-free<\/p>\n<\/blockquote>\n\n<p>The command below ensures that you go to your main directory.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd~<\/p>\n<\/blockquote>\n\n<p>Now we are going to download Winrar. You can find the latest version of unrar here http:\/\/www.rarlab.com\/download.htm You only need the command line version. With wget you download winrar to your computer. A new version is released regularly. So look at http:\/\/www.rarlab.com\/download.htm for the correct url.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>wget http:\/\/www.rarlab.com\/rar\/rarlinux-5.0.1.tar.gz<\/p>\n<\/blockquote>\n\n<p>Then unpack Winrar.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>tar xfv rarlinux*<\/p>\n<\/blockquote>\n\n<p>We&#8217;re going to the <strong>rar<\/strong> folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd rar<\/p>\n<\/blockquote>\n\n<p>Copy Winrar to the correct folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cp unrar \/usr\/bin\/<\/p>\n<\/blockquote>\n\n<p>You are now done with the installation of Winrar.<\/p>\n\n<p><strong>Ubuntu Sabnzbd 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\/instal-sabnzbd-ubuntu\/\">Install SABnzbd via the command line<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sabnzbd-configure-ubuntu\/\">Configure Sabnzbd Ubuntu<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this SABnzbd install tutorial. We are going to install SaBnzbd on the Ubuntu operating system. We do this via the command line. In this tutorial we assume that you are using Ubunu 12+ or <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/instal-sabnzbd-ubuntu\/\" title=\"Install SaBnzbd Ubuntu &#8211; Via the command line\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50853,"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":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[725],"tags":[],"class_list":{"0":"post-11880","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\/2013\/03\/SaBnzbd-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11880","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=11880"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11880\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50853"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=11880"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=11880"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=11880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}