Install nfstrace
Installing nfstrace package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nfstrace
nfstrace package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nfstrace |
version | 0.4.1-1 |
description | NFS tracing/monitoring/capturing/analyzing tool |
subsection | net |
website | github.com / epam / nfstrace / |
maintainer | Andrew Shadura |
Uninstall nfstrace
To remove just nfstrace package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nfstrace
Uninstall nfstrace and it’s dependent packages
To remove the nfstrace package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nfstrace
Purging nfstrace
If you also want to delete configuration and/or data files of nfstrace from Debian Sid then this will work:
sudo apt-get purge nfstrace
To delete configuration and/or data files of nfstrace and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nfstrace