osmc-installer from home:osmc project
Select Your Operating System
Add repository and install manually
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:osmc/CentOS_7/home:osmc.repo yum install osmc-installer
For CentOS 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:osmc/CentOS_6/home:osmc.repo yum install osmc-installer
Grab binary packages directly
Add repository and install manually
For Debian 8.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/osmc/Debian_8.0/ /' > /etc/apt/sources.list.d/home:osmc.list apt-get update apt-get install osmc-installer
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:osmc/Debian_8.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
For Debian 7.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/osmc/Debian_7.0/ /' > /etc/apt/sources.list.d/home:osmc.list apt-get update apt-get install osmc-installer
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:osmc/Debian_7.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Tumbleweed/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Leap_42.3/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Leap_42.2/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE Leap 42.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Leap_42.1/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE Leap 15.0 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Leap_15.0/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_Factory/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE 13.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_13.2/home:osmc.repo zypper refresh zypper install osmc-installer
For openSUSE 13.1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:osmc/openSUSE_13.1/home:osmc.repo zypper refresh zypper install osmc-installer
Grab binary packages directly
Add repository and install manually
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:osmc/RHEL_7/home:osmc.repo yum install osmc-installer
For RHEL 6 run the following as root:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:osmc/RHEL_6/home:osmc.repo yum install osmc-installer
Grab binary packages directly
Add repository and install manually
For xUbuntu 16.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/osmc/xUbuntu_16.04/ /' > /etc/apt/sources.list.d/home:osmc.list" sudo apt-get update sudo apt-get install osmc-installer
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:osmc/xUbuntu_16.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For xUbuntu 14.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/osmc/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/home:osmc.list" sudo apt-get update sudo apt-get install osmc-installer
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:osmc/xUbuntu_14.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update
For xUbuntu 12.04 run the following:
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/osmc/xUbuntu_12.04/ /' > /etc/apt/sources.list.d/home:osmc.list" sudo apt-get update sudo apt-get install osmc-installer
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv https://download.opensuse.org/repositories/home:osmc/xUbuntu_12.04/Release.key -O Release.key sudo apt-key add - < Release.key sudo apt-get update