2

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.sstatic.net/6Ny9l.png

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

Sorry, but I am new to Ubuntu.

dx.hmnt
  • 53

1 Answers1

0

Try:

sudo apt install ntopng

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

karel
  • 122,292
  • 133
  • 301
  • 332