Como instalar o utilitário traceroute? [fechadas]

6

Estou recebendo isso:

atul@ubuntu:~$ sudo apt-get install traceroute
[sudo] password for atul: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package traceroute is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'traceroute' has no installation candidate

Alguém pode me dizer como resolver esse problema?

    
por user300617 05.07.2014 / 07:25

1 resposta

12

tem que ser instalado com o pacote inetutils-traceroute .

sudo apt-get install inetutils-traceroute
    
por user308564 05.07.2014 / 07:54