How to Install and Uninstall python-libnmap-doc Package on Kali Linux

Last updated: May 05,2024

1. Install "python-libnmap-doc" package

Learn how to install python-libnmap-doc on Kali Linux

$ sudo apt update $ sudo apt install python-libnmap-doc

2. Uninstall "python-libnmap-doc" package

Please follow the instructions below to uninstall python-libnmap-doc on Kali Linux:

$ sudo apt remove python-libnmap-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-libnmap-doc package on Kali Linux

Package: python-libnmap-doc
Source: python-libnmap
Version: 0.7.2-1
Installed-Size: 32
Maintainer: Debian Python Team
Architecture: all
Size: 12236
SHA256: a231337f29885eaeb2925b798ca4d7b94731bf95302e24fcf70f270bb3038cbf
SHA1: c4bc29663547b6d3e0b19feaa92c15a6f80367dd
MD5sum: eae1f6c18f321da139204c94385b3aa9
Description: Python NMAP Library (common documentation)
This package contains a Python library enabling Python developers to
manipulate nmap process and data:
* automate or schedule nmap scans on a regular basis
* manipulate nmap scans results to do reporting
* compare and diff nmap scans to generate graphs
* batch process scan reports
* ...
The lib currently offers the following modules:
* process: enables you to launch nmap scans
* parse: enables you to parse nmap reports or scan results (only XML so
far) from a file, a string, …
* report: enables you to manipulate a parsed scan result and de/serialize
scan results in a json format
* diff: enables you to see what changed between two scans
* common: contains basic nmap objects like NmapHost and NmapService. It is
to note that each object can be “diff()ed” with another similar object.
* plugins: enables you to support datastores for your scan results directly
in the “NmapReport” object. from report module:
* mongodb: insert/get/getAll/delete
* sqlalchemy: insert/get/getAll/delete
* aws s3: insert/get/getAll/delete (not supported for Python3 since boto
is not supporting py3)
.
This is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://pypi.python.org/pypi/python-libnmap
Section: doc
Priority: optional
Filename: pool/main/p/python-libnmap/python-libnmap-doc_0.7.2-1_all.deb