Skip to content

Instantly share code, notes, and snippets.

@davidmoten
Last active January 11, 2017 20:00
Show Gist options
  • Save davidmoten/816a0c947e38bf592fbe to your computer and use it in GitHub Desktop.
Save davidmoten/816a0c947e38bf592fbe to your computer and use it in GitHub Desktop.
ubuntu 14.04 packages install
sudo apt-get install -y curl
sudo apt-add-repository -r http://ppa.launchpad.net/adamsutton/tvheadend
sudo add-apt-repository -y ppa:webupd8team/java
sudo add-apt-repository -y "deb http://ppa.launchpad.net/natecarlson/maven3/ubuntu precise main"
curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add -
sudo apt-add-repository -y http://apt.tvheadend.org/stable
sudo apt-get update
sudo apt-get install -y tvheadend oracle-java8-installer aptitude synaptic gdebi-core \
ubuntu-restricted-extras libavcodec-extra vpnc mplayer vlc terminator maven3 \
indicator-multiload git subversion mencoder openssh-server linux-firmware-nonfree \
linux-firmware
sudo /usr/share/doc/libdvdread4/install-css.sh
---
16.04 laptop
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get install -y oracle-java8-installer ubuntu-restricted-extras \
inkscape gimp terminator mplayer mencoder openssh-server subversion redshift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment