I ran sudo apt install libgl1-mesa-dev
and received the error message:
The following packages have unmet dependencies:
libgl1-mesa-dev : Depends: mesa-common-dev (= 11.2.0-1ubuntu2) but it is not going to be installed
Depends: libgl1-mesa-glx (= 11.2.0-1ubuntu2) but 17.0.7-0ubuntu0.16.04.1 is to be installed
Depends: libdrm-dev (>= 2.4.65) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sudo apt install -f
– George Udosen Dec 19 '17 at 18:39