Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| # Login as root | |
| sudo -s | |
| # Install Java | |
| apt-get install openjdk-7-jre-headless -y | |
| # Download & install the Public Signing Key | |
| wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add - | |
| # Add the following to /etc/apt/sources.list | |
| deb http://packages.elasticsearch.org/elasticsearch/1.3/debian stable main |
| #!/bin/bash | |
| # Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04 | |
| # Inspired from https://gist.github.com/faleev/3435377 | |
| # Remove any existing packages: | |
| sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev | |
| # Get the dependencies (Ubuntu Server or headless users): | |
| sudo apt-get update |
| /* ========================================================= | |
| Comments | |
| ========================================================= */ | |
| ol.commentlist { | |
| list-style:none; | |
| margin:0 0 1em; | |
| padding:0; | |
| text-indent:0; |