I installed ntop (with all its dependencies) like this:
sudo apt-get install ntop
After that I decided to remove it by issuing the following commands:
sudo apt-get remove ntop
sudo apt-get autoremove
sudo apt-get autoclean
sudo rm -rf /etc/ntop && sudo rm -rf /etc/init.d/ntop
After that I decided to install it again by issuing:
sudo apt-get install ntop
And the /etc/init.d/ntop file did not get created this time! Also, the /etc/ntop/ directory is empty. I also noticed that during the second install the installer did not ask me for username/password, or an interface list to monitor.
Is there some indication on the system that this package has been installed before and how do I clean my system of all mention of this package (so that it can be completely reinstalled)?
