Install netmate
Installing netmate package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netmate
netmate package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netmate |
version | 0.2.0-6 |
description | netdude clone that shows pcap dump lines in network header style |
subsection | net |
website | github.com / Rup0rt / netmate |
maintainer | Joao Eriberto Mota Filho |
Uninstall netmate
To remove just netmate package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netmate
Uninstall netmate and it’s dependent packages
To remove the netmate package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netmate
Purging netmate
If you also want to delete configuration and/or data files of netmate from Debian Sid then this will work:
sudo apt-get purge netmate
To delete configuration and/or data files of netmate and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netmate