I am trying to install mesa-common-dev
(sudo apt-get install mesa-common-dev
), however I get the following message:
mesa-common-dev: Depends: libdrm-dev(>= 2.4.52) but will not be installed.
So, when I tried to install libdrm-dev
, I get the following output:
libdrm-dev: Depends: libdrm2 (= 2.4.52-1) but 2.4.56-1~ubuntu1 will be installed.
Depends: libdrm-intel1 (= 2.4.52-1) but 2.4.56-1~ubuntu1 will be installed.
Depends: libdrm-radeon1 (= 2.4.52-1) but 2.4.56-1~ubuntu1 will be installed.
Depends: libdrm-nouveau2 (= 2.4.52-1) but 2.4.56-1~ubuntu1 will be installed.
So, I think that this means that alternative packages are installed? However, when I again try to install mesa-common-dev
, I get the same error as above...
Can anyone help out a newbie at Ubuntu 14.04? Thanks!
sudo apt-get update
prior to installation? – muru Feb 03 '15 at 14:34