Skip to content

Instantly share code, notes, and snippets.

View linuxlite's full-sized avatar

Linux Lite linuxlite

View GitHub Profile
On Thursday, 13 June 2019 20:26, bratzboyz0@yahoo.com <bratzboyz0@yahoo.com> wrote:
HI Jerry
Thanks received disc ..eventually. I run Windows 10 and have a pretty good understanding of how things work and this
disc will not install on my system..any ideas?
Regards
Michael
wget http://download.opensuse.org/repositories/home:emby/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/emby/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/emby-server.list"
sudo apt-get update
sudo apt-get install emby-server
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 http://download.opensuse.org/repositories/home:emby/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key
#! /bin/bash
#--------------------------------------------------------------------------------------------------------
# Name: Linux Lite Additional Software Install
# Version: 1.01a
# Description: A GUI tool to easily install and remove additional software in Linux Lite.
# Authors: Misko_2083, Jerry Bezencon, gerito1
# Date: January 27th, 2015
# Website: https://www.linuxliteos.com
#--------------------------------------------------------------------------------------------------------