Skip to content
Iwan Timmer edited this page Nov 3, 2017 · 17 revisions

Raspbian/OSMC

Packages are available for the Debian based distro Raspbian.

Add this line to your /etc/apt/sources.list file for Raspbian Stretch based distributions

deb http://archive.itimmer.nl/raspbian/moonlight stretch main

Add this line to your /etc/apt/sources.list file for Raspbian Jessie based distributions

deb http://archive.itimmer.nl/raspbian/moonlight jessie main

Fetch and install the GPG key

wget http://archive.itimmer.nl/itimmer.gpg
sudo apt-key add itimmer.gpg

Install the package using

apt-get update
apt-get install moonlight-embedded

ArchLinux

Source package for ArchLinux is available in AUR

Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) are available, add those lines to you /etc/pacman.conf

[moonlight]
Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch

Fetch and install the GPG key

wget http://archive.itimmer.nl/itimmer.gpg
sudo pacman-key --add itimmer.gpg

Install package using the following command

pacman -Sy moonlight-embedded
Clone this wiki locally