hyperion.ng/Installation.md

1.2 KiB
Raw Blame History

Installation

This page contains general installation steps for Hyperion. For Linux please follow the instructions below. For Windows is an installation file available on our Release page.

Linux:

On the following operating systems, Hyperion can currently be installed/updated using the method listed below:

  • Raspbian Stretch/Raspberry Pi OS and later (armhf)
  • Debian Stretch (9) and later (armhf/x64)
  • Ubuntu 18.04 and later (x64)

Install Hyperion:

  1. Add Hyperions official GPG key:
wget -qO- https://apt.hyperion-project.org/hyperion.pub.key | sudo apt-key add -
  1. Add Hyperion-Project to your APT sources:
echo "deb https://apt.hyperion-project.org/ stable main" | sudo tee /etc/apt/sources.list.d/hyperion.list
  1. Update your local package index and install Hyperion:
sudo apt-get update && sudo apt-get install hyperion

Update Hyperion:

sudo apt-get install hyperion

If you want to uninstall Hyperion, use the following commands:

  1. Remove Hyperion:
sudo apt-get --purge autoremove hyperion
  1. Remove the Hyperion-Project APT source from your system:
sudo rm /etc/apt/sources.list.d/hyperion.list