Categorieën: SickGear Tutorials

Install SickGear Ubuntu 20+

In this Install SickGear Ubuntu tutorial, we are going to install SickGear on a computer running Ubuntu 20+. If you have a lower Ubuntu version, this tutorial may not work for you. I advise you to install a recent Ubuntu version.

With SickGear you can automatically download new TV episodes from the newsgroups.

Install SickGear Ubuntu 20+

As always do an update first.

sudo apt-get update

Benodigd heden installeren voor SickGear.

sudo apt-get install git unrar-free -y

Install pipe.

sudo apt install python3-pip

Download SickGear and place it in the desired folder.

sudo git clone https://github.com/SickGear/SickGear.git /opt/sickgear

Correct the permissions folder for your user.

sudo chown yoursername -R /opt/sickgear

Go to the SickGear folder.

cd /opt/sickgear

Install the SickGear requirements.
python3 -m pip install -r requirements.txt
python3 -m pip install -r recommended.txt

Check to make sure Cheetah is installed.

python3 -m pip list

You can now start SickGear with the command below.

Automatically start SickGear when booting Ubuntu

Edit sickgear.conf file

sudo nano /etc/init/sickgear.conf

Copy and paste the following here.

description “startup script for SickGear”

setuid

start on runlevel [2345]
stop on runlevel [016]

respawn

exec /opt/sickgear/sickgear.py

Edit the following file.

sudo nano /etc/init/sickgear.conf

Copy and paste the below.

SG_HOME=/opt/sickgear
SG_DATA=/opt/sickgear/data/
SG_USER=jegebruikersnaam

You can now start, restart and stop SickGear with the following.

sudo service sickgear start

sudo service sickgear stop

sudo service sickgear restart

This was the tutorial to install SickGear Ubuntu.

SickGear Ubuntu tutorial

  1. SickGear tutorial.
  2. SickGear Ubuntu install.
Admin

Bekijk reacties

Gepubliceerd door
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.