When I try this following commands on Ubuntu 12.04:
sudo apt-get install libgles2-mesa-dev-lts-raring
I get the following output:
The following packages have unmet dependencies:
libgles2-mesa-dev-lts-raring : Depends: libgles2-mesa-lts-raring
(= 9.1.7-1ubuntu2~precise1) but it is not going to be installed
Depends: libegl1-mesa-dev-lts-raring but it is not going to be installed
I tried sudo apt-get -f install
commands as well it did not work either,
I followed this link but still I could not get it fixed. Any advices?