无法在debian中安装ZeroMQ

我尝试使用apt-get install libzmq-dev在我的debian服务器中安装ZeroMQ,并获得了以下输出:

Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libzmq-dev 

然后我尝试使用add-apt-repository ppa:chris-lea / zeromq来添加repo,并得到:

 bash: add-apt-repository: command not found 

然后我检查是否安装了python-software-properties。

 apt-get install python-software-properties Reading package lists... Done Building dependency tree Reading state information... Done python-software-properties is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. 

然后我尝试安装软件属性,但它不能find包

 apt-get install software-properties-common Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package software-properties-common 

接下来我可以做什么?

然后我尝试使用add-apt-repository ppa:chris-lea / zeromq来添加repo,并得到:

这是一个无效的命令。 你应该使用:

 $ apt-add-repository ppa:chris-lea/zeromq