This is a common issue among multiple people attempting to get the Intel HD graphics working. They don't.

I have Intel HD 5500 and am currently displaying the gallium driver. Attempts to install latest Intel HD driver downloaded from their site results in the following:
"Error: Dependency is not satisfiable: libglib2.0-0 (>=2.37.3)"

running the command:

apt-get install xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree
Reading state information... Done
xserver-xorg-video-intel is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


however, the "Gallium 0.4 on llvmpipe (LLVM 0x209)" is still the active driver.

So question is how do we install libglib 3.37.3 or greater?

P.S. Getting linux headers and mesa utils do not resolve the issue either. I am fairly new to linux but also know how to research... I may go to BackBox...