How to Install and Uninstall python3-libnmap Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-libnmap" package

This tutorial shows how to install python3-libnmap on Kali Linux

$ sudo apt update $ sudo apt install python3-libnmap

2. Uninstall "python3-libnmap" package

This guide let you learn how to uninstall python3-libnmap on Kali Linux:

$ sudo apt remove python3-libnmap $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-libnmap package on Kali Linux

Package: python3-libnmap
Source: python-libnmap
Version: 0.7.2-1
Installed-Size: 151
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, nmap
Suggests: python-libnmap-doc, python3-pymongo, python3-sqlalchemy, python3-boto3
Size: 28888
SHA256: 0ea7b016bfe32ed4aa79fad31383d06971d7567dbae50b0f64f775ca532f44e1
SHA1: 9fda1ee77c5582332747c0cbe886e6f6d3fa0415
MD5sum: 6f99c4cdae34b0a8280fa8217fa875bb
Description: Python 3 NMAP library
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 package installs the library for Python 3.
Description-md5:
Homepage: https://pypi.python.org/pypi/python-libnmap
Section: python
Priority: optional
Filename: pool/main/p/python-libnmap/python3-libnmap_0.7.2-1_all.deb