How to Install and Uninstall ntopng Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "ntopng" package

This guide covers the steps necessary to install ntopng on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ntopng

2. Uninstall "ntopng" package

This guide let you learn how to uninstall ntopng on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ntopng $ sudo apt autoclean && sudo apt autoremove

3. Information about the ntopng package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ntopng
Priority: extra
Section: universe/net
Installed-Size: 576
Maintainer: Ubuntu Developers
Original-Maintainer: Ludovico Cavedon
Architecture: amd64
Version: 2.2+dfsg1-1build1
Depends: libc6 (>= 2.15), libcurl3-gnutls (>= 7.16.2), libgcc1 (>= 1:3.4), libgeoip1, libhiredis0.13 (>= 0.13.1), libjson-c2 (>= 0.11), libluajit-5.1-2, libmysqlclient20 (>= 5.7.11), libndpi3 (>= 1.7.1~git20151130.6f3d5a7), libpcap0.8 (>= 0.9.8), librrd4 (>= 1.3.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libzmq5 (>= 3.2.3+dfsg), init-system-helpers (>= 1.18~), ntopng-data (= 2.2+dfsg1-1build1), redis-server (>= 2.6)
Suggests: geoip-database-contrib (>= 1.12)
Filename: pool/universe/n/ntopng/ntopng_2.2+dfsg1-1build1_amd64.deb
Size: 205690
MD5sum: b21b1307380fadf406203e0332017bf6
SHA1: 73cebb0abe8dda227ceba06c21c769a154e1cda2
SHA256: 847f69d1fbbcd48a83d948f12265622cc376d81b3b35609b72f35563b8104f9b
Description-en: High-Speed Web-based Traffic Analysis and Flow Collection Tool
ntopng is the next generation version of the original ntop, a network
traffic probe that shows the network usage, similar to what the popular
top Unix command does. ntop is based on libpcap and it has been written
in a portable way in order to virtually run on every Unix platform,
MacOSX and on Win32 as well.
.
ntopng users can use a web browser to navigate through ntop (that acts as a
web server) traffic information and get a dump of the network status. In the
latter case, ntop can be seen as a simple RMON-like agent with an embedded web
interface. The use of:
.
* a web interface
* limited configuration and administration via the web interface
* reduced CPU and memory usage (they vary according to network size and
traffic)
.
What ntopng can do:
* Sort network traffic according to many protocols
* Show network traffic and IPv4/v6 active hosts
* Store on disk persistent traffic statistics in RRD format
* Geolocate hosts
* Discover application protocols by leveraging on nDPI, ntop’s DPI
framework
* Characterise HTTP traffic by leveraging on characterisation services
provided by block.si. ntopng comes with a demo characterisation key, but if
you need a permanent one, please mail [email protected]
* Show IP traffic distribution among the various protocols
* Analyse IP traffic and sort it according to the source/destination
* Display IP Traffic Subnet matrix (who’s talking to who?)
* Report IP protocol usage sorted by protocol type
* Act as a NetFlow/sFlow collector for flows generated by routers (e.g.
Cisco and Juniper) or switches (e.g. Foundry Networks) when used together
with nProbe
* Produce HTML5/AJAX network traffic statistics
Description-md5: c554bb537176c5f875a62b4646cb9e65
Homepage: http://www.ntop.org/products/ntop/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu