I need libxmu-dev and libxi-dev to be able to run OpengGl with CMake, but I can't seem to be able to install them.
When I run sudo apt install libxmu-dev libxi-dev
the following happens:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libxi-dev : Depends: libxi6 (= 2:1.7.5-1) but 2:1.7.6-1 is to be installed
libxmu-dev : Depends: libxmu6 (= 2:1.1.2-1ubuntu1) but 2:1.1.2-2 is to be installed
E: Unable to correct problems, you have held broken packages.
How do I solve this?
sudo apt update
before the install attempt. – Knud Larsen Jul 29 '16 at 11:26