How to Install and Uninstall python3-libnmap Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-libnmap" package

Please follow the step by step instructions below to install python3-libnmap on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-libnmap

2. Uninstall "python3-libnmap" package

In this section, we are going to explain the necessary steps to uninstall python3-libnmap on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-libnmap package on Ubuntu 21.10 (Impish Indri)

Package: python3-libnmap
Architecture: all
Version: 0.7.2-1
Priority: optional
Section: universe/python
Source: python-libnmap
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 151
Depends: python3:any, nmap
Suggests: python-libnmap-doc, python3-pymongo, python3-sqlalchemy, python3-boto3
Filename: pool/universe/p/python-libnmap/python3-libnmap_0.7.2-1_all.deb
Size: 28928
MD5sum: 36f9624d3577e57e475e9b310717db43
SHA1: 10c7d35c2b85cc53336037b5563c574cd753f617
SHA256: 735c442686ca2231b729204afda31174e90cb25cf3b23acd51d394cee1be9b6c
SHA512: 9a1a7827af2d96877d104f81e098076f6c60bca1b6af81680b2f52716a8c1069c7843e02a6130dcca76749fda166454067b001ec6b2a31fd7db07645fc2684bd
Homepage: https://pypi.python.org/pypi/python-libnmap
Description-en: 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: f19b873679d3b0ba4a1e42468d70ea37