1

I am using Ubuntu 17.10 and have been trying to install ntop package, But every time I enter

apt-get install ntop

get an error on terminal:-

E: Unable to locate package ntop

Error: https://i.stack.imgur.com/6Ny9l.png

I tried firing the same command as a root-user, nothing works!!

Sorry, but I am new to Ubuntu.

dx.hmnt
  • 43
  • 1
  • 2
  • 6
  • Ntopng? "Ntopng is an open source tool used to monitor different network protocols on your servers. It is the next generation version of the original Ntop" –  Apr 23 '18 at 10:52
  • Have you tried `sudo apt-get update` then `sudo apt-cache search ntop`? – Jeremy Apr 23 '18 at 11:07

1 Answers1

1

Try:

sudo apt install ntopng

This should install ntop and all required packages. To run ntopng open the terminal and type ntopng

karel
  • 110,292
  • 102
  • 269
  • 299
Vanessa Deagan
  • 1,131
  • 1
  • 10
  • 18