Radarr is a popular tool used to automate movie downloads using BitTorrent, Usenet, or other sources. In this tutorial, we will be going through the installation of Radarr on Elementary OS Latest using some simple steps.
Before installing Radarr, you will need to have the following:
sudo apt update && sudo apt upgrade
sudo apt install -y mono-devel mediainfo libmono-cil-dev libchromaprint-tools curl
curl -L -O $(curl -s https://api.github.com/repos/Radarr/Radarr/releases/latest | grep -E 'linux.tar.gz"$' | grep browser_download_url | cut -d\" -f4)
tar -xvzf Radarr.develop.*.linux.tar.gz
sudo mv Radarr /opt/
sudo chown -R $USER:$USER /opt/Radarr
sudo nano /etc/systemd/system/radarr.service
[Unit]
Description=Radarr Daemon
[Service]
ExecStart=/usr/bin/mono /opt/Radarr/Radarr.exe -nobrowser -data=/opt/Radarr
Restart=always
User=%i
[Install]
WantedBy=multi-user.target
Save the file and close nano by pressing Ctrl+x, y, and then Enter.
Start the Radarr service by running the following command:
sudo systemctl start radarr.service
sudo systemctl enable radarr.service
You have now successfully installed and configured Radarr on Elementary OS Latest!
In this tutorial, we have shown you how to install Radarr on Elementary OS Latest. With Radarr up and running, you can now automate your movie downloads with ease!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!