首页 > 解决方案 > 无法在 ubuntu 19.04 上安装 libzmq3-dev

问题描述

我正在尝试使用以下命令libzmq3-devUbuntu 19.04上安装:

sudo apt install build-essential libsocketcan-dev libzmq3-dev

我收到消息:

> 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:  
 libzmq3-dev : Depends: libpgm-dev (>= 5.2.122~dfsg) but it is not installable
               Depends: libsodium-dev but it is not installable
               Depends: libnorm-dev but it is not installable
               Depends: libkrb5-dev but it is not installable
E: Unable to correct problems, you have held broken packages'

有任何想法吗?

标签: zeromqfailed-installationubuntu-19.04

解决方案


推荐阅读