Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04 is to be installed
Was trying to install cmake on ubuntu and it threw up the error above
Here is the fix : -
http://askubuntu.com/questions/728034/aptitude-install-error
sudo apt-get update sudo apt-get upgrade sudo apt-get install -f









