{"id":11665,"date":"2019-08-15T07:28:06","date_gmt":"2019-08-15T05:28:06","guid":{"rendered":"https:\/\/nzbusenet.com\/install-lazylibrarian-ubuntu\/"},"modified":"2023-07-23T12:41:19","modified_gmt":"2023-07-23T10:41:19","slug":"lazylibrarian-installing-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/lazylibrarian-installing-ubuntu\/","title":{"rendered":"LazyLibrarian install Ubuntu to download E-books"},"content":{"rendered":"\n<p><s><img loading=\"lazy\" decoding=\"async\" width=\"204\" height=\"204\" class=\"alignnone wp-image-3212 size-full\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian.jpg\" alt=\"LazyLibrarian logo\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian.jpg 204w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian-100x100.jpg 100w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian-150x150.jpg 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian-75x75.jpg 75w\" sizes=\"auto, (max-width: 204px) 100vw, 204px\" \/><\/s><br \/>In this tutorial we will install the program LazyLibrarian via the command line on a Ubuntu Computer.<br \/>The development of the LazyLibrarian application is not very active. If we compare this with, for example, Headphones, Sickbeard or Couchpotato. It took me a while to search. Which version is most up to date. Currently this is &#8220;https:\/\/github.com\/DobyTang\/LazyLibrarian&#8221; version. The most up to date. So you also have to take it into account. That this application is far from perfect. But I have not been able to find another similar application.<\/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 LazyLibrarian requirements<\/h2>\n\n<p>If we haven&#8217;t installed Git yet. Then we must do that first. However, chances are that you have already done that with regard to HeadPhones or Couchpotato.<\/p>\n\n<p>We are now going to install Git.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install git-core<\/p>\n<\/blockquote>\n\n<p>We have to be sure. That we are in the right location.<\/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>Then go to the correct folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd \/opt<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\">Install LazyLibrarian Ubuntu<\/h2>\n\n<p>We are now going to download LazyLibrarian.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><span style=\"color: #222222;\">sudo git clone https:\/\/github.com\/DobyTang\/LazyLibrarian.git<\/span><\/p>\n<\/blockquote>\n\n<p>Go to the correct folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>cd \/opt\/LazyLibrarian<\/p>\n<\/blockquote>\n\n<p>We can now start LazyLibrarian. With the following command.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>python LazyLibrarian.py<\/p>\n<\/blockquote>\n\n<p>You are now done installing LazyLibrarian.<\/p>\n\n<h2 class=\"wp-block-heading\">Autostart LazyLibrarian Ubuntu<\/h2>\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>we of course also want LazyLibrarian to start automatically. During the boot process.<\/p>\n\n<p>We are now going to copy the startup file from LazyLibrarian.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp ubuntu.default \/etc\/default\/lazylibrarian<\/p>\n<\/blockquote>\n\n<p>Nu gaa gaan we dit bestand bewerken.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/lazylibrarian<\/p>\n<\/blockquote>\n\n<p>Edit the rules below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>ENABLE_DAEMON=1<br \/>RUN_AS=your Ubuntu account name<\/p>\n<\/blockquote>\n\n<p>Then press <strong>ctrl + x<\/strong><strong>.<\/strong> And<strong>y<\/strong> to confirm this.<\/p>\n\n<p>Now we need the rights. Set well.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chmod a+x \/etc\/init.d\/lazylibrarian<br \/>sudo update-rc.d lazylibrarian defaults<\/p>\n<\/blockquote>\n\n<p>It is now possible to start LazyLibrarian with the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service lazylibrarian start<\/p>\n<\/blockquote>\n\n<p>You can also use the following commands.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service lazylibrarian stop<br \/>Or<br \/>sudo service lazylibrarian restart<\/p>\n<\/blockquote>\n\n<p>You are now completely done with the tutorial Installing LazyLibrarian Ubuntu. And LazyLibrarian is now started automatically.<\/p>\n\n<p><strong>LazyLibrarian Ubuntu tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/lazylibrarian-tutorial\/\">LazyLibrarian tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/lazylibrarian-installing-ubuntu\/\">Install LazyLibrarian Ubuntu<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial we will install the program LazyLibrarian via the command line on a Ubuntu Computer.The development of the LazyLibrarian application is not very active. If we compare this with, for example, Headphones, Sickbeard <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/lazylibrarian-installing-ubuntu\/\" title=\"LazyLibrarian install Ubuntu to download E-books\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50678,"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":[714],"tags":[],"class_list":{"0":"post-11665","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-lazylibrarian-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/05\/LazyLibrarian-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11665","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=11665"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11665\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50678"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=11665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=11665"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=11665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}