Sonarr is a TV series management tool that helps you download, organize, and monitor your TV shows automatically using an index or torrent sites, and it's accessible through your web browser or a mobile app. Here's how you can install Sonarr on Manjaro using the command-line interface.
Open a terminal window by searching for "Terminal" in the start menu or pressing Ctrl+Alt+T
on your keyboard.
Run a full update of your system to make sure it's up to date by entering the following command:
sudo pacman -Syu
Check if Mono is installed on your system by entering the following command:
mono --version
If Mono is not installed, you can install it by entering the following command:
sudo pacman -S mono
Install Sonarr from the software repository by entering the following command:
sudo pacman -S sonarr
This command will prompt you to install dependencies required by Sonarr. Type y
and press Enter
to continue.
Start the Sonarr service by entering the following command:
sudo systemctl start sonarr
Enable the Sonarr service to start automatically at boot by entering the following command:
sudo systemctl enable sonarr
Open your web browser and go to http://localhost:8989 or http://
The first time you access Sonarr, you may be prompted to set up your download client and indexer. Follow the on-screen instructions to complete the setup.
Congratulations! You have successfully installed Sonarr on Manjaro.
Sonarr is a great tool for automating the management of your TV series collection. With the above steps, you can easily install and set up Sonarr on Manjaro. Remember to keep your system up to date and secure by running regular updates using the package manager.
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!