I installed BRO 2.5.3 from source code
using make
in ubuntu-16.04.
However I can't uninstall it using
make uninstall
Any ideas how to remove it?
That's not a typical Make task. To remove Bro, assuming you have used the configure script with no options:
rm -rf /usr/local/bro
Just to remove Bro Packages
sudo apt-get remove bro
and if you want to remove all the dependent packages also then:
sudo apt-get remove --auto-remove bro
Later you can find the location of the nsm folder and delete it with sudo permissions.