Skip to content

Install SickGear [11] RaspberryPi

SickGear edited this page Feb 25, 2023 · 1 revision

SickGear Wiki: Home | Reporting Issues | Frequently Answered Questions | > Install Guides <

Raspberry Pi : SickGear Install Guide


Install on RPi

  1. Install Snap on the latest version of Raspbian...

    • sudo apt update

    • sudo apt install snapd

      Reboot your system,

    • sudo reboot

  2. Install and run SickGear (you must sudo)...

    • sudo snap install sickgear
    • sudo /snap/bin/sickgear (use which sickgear to find path, e.g. /snap/bin/sickgear)

SickGear will exit with a data directory write permission fail message if you do not use sudo

All done, you can access SickGear at http://localhost:8081


Unrar 3.0 for Rpi

On Rpi, a user noted issues with unrar where four downloads all seemed to be "corrupt". Turned out that the version of unrar-free in use was unable to handle the RAR v3.0 format.

IF you discover that you have this issue, then the following should help...

  1. Ensure that the following line exists in your /etc/apt/sources.list (and remove any #):
  deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
  1. Run apt-get update

  2. Install

  apt-get build-dep unrar-nonfree
  apt-get source -b unrar-nonfree
  dpkg -i unrar_*_armhf.deb

Clone this wiki locally