Installing massif-visualizer on Ubuntu 14.04

massif-visualizer is available on 3rd Party Repository: Kubuntu-ppa Backports

Install by following command:

sudo add-apt-repository ppa:kubuntu-ppa/backports 
sudo apt-get update
sudo apt-get install massif-visualizer

I have a working massif-visualizer on Ubuntu 14.04, thanks Rinzwind!

Here is what made it work:

  1. Go to launchpad page for massif visualizer.

  2. Under 'Published versions' section select the correct arch, and then download the .deb package.

  3. Install the package (thanks Pandya):

    sudo gdebi -i massif-visualizer_0.3-0ubuntu2_amd64.deb
    

On Ubuntu 18.04 I just needed to install it with:

sudo apt-get install massif-visualizer

In case it is relevant to anyone.

Cheers,

Guy.