Categorieën: Readarr

Readerr Install Ubuntu

In this Reader install Ubuntu tutorial. Let’s install Readarr on an Ubuntu system so that the desired books can be downloaded from the newsgroups.

Readerr Install Ubuntu

Download Reader

wget –content-disposition ‘http://readarr.servarr.com/v1/update/develop/updatefile?os=linux&runtime=netcore&arch=x64’

unpack Reader.

tar -xvzf Readarr.linux.tar.gz

Move Readarr to the opt folder.

sudo mv Readarr /opt/

Give a user the correct permissions.

sudo chown user:user -R /opt/Readarr

Readarr delete zip file.

rm Readarr.linux.tar.gz

Readarr automatically launch Ubuntu

Script to automatically start Readarr in Ubuntu.

cat << EOF | sudo tee /etc/systemd/system/readarr.service > /dev/null
[Unit]
Description=Readarr Daemon
After=syslog.target network.target
[Service]
User=readarr
Group=media
Type=simple

ExecStart=/opt/Readarr/Readarr -nobrowser -data=/var/lib/readarr/
TimeoutStopSec=20
KillMode=process
Restart=on-failure
[Install]
WantedBy=multi-user.target
EOF

Reload system

sudo systemctl -q daemon-reload

Add automatic startup.

sudo systemctl enable –now -q readarr

Start Reader service

sudo systemctl start readarr

This was the tutorial Readarr install Ubuntu.

Readarr Ubuntu tutorial

  1. Readarr tutorial.
  2. Readerr Install Ubuntu
  3. Readarr configure Ubuntu.
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

3 months geleden

Deze website gebruikt cookies.