Não é possível instalar o ZeroMQ no debian

2

Eu tentei instalar o ZeroMQ no meu servidor debian usando o apt-get install libzmq-dev e obtive a saída abaixo:

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

Então eu tentei adicionar o repositório usando o add-apt-repository ppa: chris-lea / zeromq e obtive:

bash: add-apt-repository: command not found

Em seguida, verifiquei se tenho as propriedades do software python instaladas.

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.

Então tentei instalar o software-properties-common, mas não consegui localizar o pacote

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

O que posso fazer em seguida?

    
por user3360140 30.01.2015 / 21:52

1 resposta

1

Then I tried to add the repo using, add-apt-repository ppa:chris-lea/zeromq and got:

Esse é um comando inválido. Você deveria estar usando:

$ apt-add-repository ppa:chris-lea/zeromq
    
por 30.01.2015 / 21:58

Tags