How to Install Mesa 17.2.4 in Ubuntu 17.10 and Ubuntu 16.04 via PPA. Mesa 17.2.4 PPA is available for Ubuntu 16.04, Ubuntu 17.10 and Ubuntu Derivatives.
Install Mesa 17.2.4 in Ubuntu
Run the following commands in terminal to install Mesa 17.2.4 in Ubuntu 17.10 and Ubuntu 16.04 via PPA:
sudo apt-get update
sudo add-apt-repository ppa:ubuntu-x-swat/updates
sudo apt-get update
sudo apt-get install dist-upgrade
Once installed restart the system to apply changes. Now check the MESA version by running the following command:
glxinfo | grep "OpenGL version"