{"id":10075,"date":"2019-06-27T09:26:22","date_gmt":"2019-06-27T07:26:22","guid":{"rendered":"https:\/\/nzbusenet.com\/install-deluge-ubuntu-via-the-command-line-torrent-client\/"},"modified":"2023-07-22T14:03:38","modified_gmt":"2023-07-22T12:03:38","slug":"install-deluge-ubuntu-command-line","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-deluge-ubuntu-command-line\/","title":{"rendered":"Install Deluge Ubuntu via the command line Torrent client"},"content":{"rendered":"\n<p>In this tutorial, install Deluge Ubuntu. We are going to install Deluge on a computer with Ubuntu. Next we will make a startup script for Deluge. So that Deluge is started automatically, during the boot process. Deluge is a Bittorent program.<\/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 Deluge Ubuntu<\/h2>\n\n<p>We are going to add the Deluge repositry. So that we can download Deluge. and install.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo add-apt-repository ppa:deluge-team\/ppa<\/p>\n<\/blockquote>\n\n<p>Now we are going to update the software list.<\/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>Then we will install Deluge.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install deluged deluge-web -y<\/p>\n<\/blockquote>\n\n<p>The installation of Deluge is now ready.<\/p>\n\n<p>You can now acces Deluge via http:\/\/ip-address:58846<\/p>\n\n<h2 class=\"wp-block-heading\">Start Deluge automatically<\/h2>\n\n<p>It is very handy. When the program Deluge, starts. During the boot process. Therefore, we set this now.<\/p>\n\n<p>We will now create a startup script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/init\/deluged.conf<\/p>\n<\/blockquote>\n\n<p>Copy and paste. Below in this file.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p># Delugue opstart script.<br \/># Nzbusenet.com<br \/>description &#8220;Deluge daemon&#8221;<br \/>author &#8220;Deluge&#8221;<\/p>\n\n\n\n<p>start on filesystem and static-network-up<br \/>stop on runlevel  [016]<\/p>\n\n\n\n<p>respawn<br \/>respawn limit 5 30<\/p>\n\n\n\n<p>env uid=deluge<br \/>env gid=deluge<br \/>env umask=007<\/p>\n\n\n\n<p>exec start-stop-daemon -S -c $uid:$gid -k $umask -x \/usr\/bin\/deluged &#8212; -d -l \/var\/log\/deluge\/daemon.log -L warnin<\/p>\n<\/blockquote>\n\n<p>Press <strong>CTRL + X<\/strong>key. And then press <strong>Y<\/strong> key. To save this file.<\/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>Deluge will now be started automatically. While starting your Ubuntu system.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial, install Deluge Ubuntu. We are going to install Deluge on a computer with Ubuntu. Next we will make a startup script for Deluge. So that Deluge is started automatically, during the boot <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-deluge-ubuntu-command-line\/\" title=\"Install Deluge Ubuntu via the command line Torrent client\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49520,"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":[231],"tags":[],"class_list":{"0":"post-10075","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ubuntu-system-tutorials"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/01\/Deluge-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10075","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=10075"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10075\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49520"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10075"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10075"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10075"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}