Quote Originally Posted by Dmtguy View Post
How do i delete this ettercap and get the old back then?
the old one is still there
/usr/sbin/ettercap

if you want to uninstall the new then do this
Code:
rm -rf /usr/local/share/ettercap && rm -rf /usr/local/lib/ettercap && rm -rf /etc/ettercap && rm /usr/local/bin/etter*
to install the old one then
Code:
apt-get install ettercap-graphical ettercap-common
or reinstall the old
Code:
apt-get install --reinstall ettercap-graphical ettercap-common
hope that helps