unmet dependencies para uuid-dev

2

Eu tentei o apt-get update, o apt-get upgrade, o apt-get install -f, mas ainda não consegui passar por essa dependência.

Estou executando o 14.04. Como posso me livrar disso para que eu possa instalar o uuid-dev.

$ sudo apt-get install uuid-dev
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:
 uuid-dev : Depends: libuuid1 (= 2.20.1-5.1ubuntu20) but 2.20.1-5.1ubuntu20.4 is to be installed
E: Unable to correct problems, you have held broken packages.'
    
por badrobot 03.02.2016 / 00:19

1 resposta

2

Eu tive o mesmo problema em 14.04. Consegui fazer isso funcionar:

sudo apt-get install libuuid1=2.20.1-5.1ubuntu20
sudo apt-get install libuuid-dev
    
por MrD 01.06.2016 / 23:57