ambakshi
4/1/2016 - 11:57 AM

Install g++ 5.x on Ubuntu Trusty (14.04)

Install g++ 5.x on Ubuntu Trusty (14.04)

#!/bin/bash
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y g++-5 gcc-5