Install portsentry
Installing portsentry package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install portsentry
portsentry package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | portsentry |
version | 1.2-14 |
description | Portscan detection daemon |
subsection | net |
website | sentrytools.sourceforge.net |
maintainer | Dario Minnucci |
Uninstall portsentry
To remove just portsentry package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove portsentry
Uninstall portsentry and it’s dependent packages
To remove the portsentry package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove portsentry
Purging portsentry
If you also want to delete configuration and/or data files of portsentry from Debian Sid then this will work:
sudo apt-get purge portsentry
To delete configuration and/or data files of portsentry and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove portsentry