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
  • 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

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,695
  • 134
  • 305
  • 337
  • The question was about the ntop package, this answer is about ntopng, which is a completely different software (albeit related). – AndreKR May 02 '25 at 02:42