To uninstall netcat just follow these instructions.
sudo apt-get remove netcat
This will remove just the netcat package itself.
sudo apt-get remove --auto-remove netcat
This will remove the netcat package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for netcat then this will work.
sudo apt-get purge netcat
Or similarly, like this netcat
sudo apt-get purge --auto-remove netcat
Package | netcat |
Version | 1.10-41 |
Maintainer | Ruben Molina <[email protected]> |
Description | TCP/IP swiss army knife — transitional package |
Distro | debian |
Release | jessie |
Repo | main |
Section | net |