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

Last updated: May 17,2024

1. Install "python3-libnatpmp" package

In this section, we are going to explain the necessary steps to install python3-libnatpmp on Kali Linux

$ sudo apt update $ sudo apt install python3-libnatpmp

2. Uninstall "python3-libnatpmp" package

This tutorial shows how to uninstall python3-libnatpmp on Kali Linux:

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

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

Package: python3-libnatpmp
Source: libnatpmp
Version: 20230423-1.1
Installed-Size: 34
Maintainer: Thomas Goirand
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), libc6 (>= 2.15), libnatpmp1 (>= 20150609)
Size: 8024
SHA256: 244903ddf5f1db3ac548c572ef06f87006aa74638c56060f2db35936e524c23c
SHA1: a7499b7e885abc0f33cd3a7156b0454168487876
MD5sum: 316b17e91f53b446eb4e26e5d796bbca
Description: portable and fully compliant implementation of NAT-PMP (Python 3 bindings)
NAT-PMP is the direct concurrent to the UPnP IGD specification. It is
providing a way to do NAT traversal. It is part of the Bonjour protocol
specifications. At the moment it is mainly supported by Apple software and
hardware. For a way to add NAT-PMP capabilities to your *BSD, Linux or
(Open)Solaris Router, you should have a look at MiniUPnPd which is
supporting NAT-PMP in addition to UPnP since December 2007 !
.
libnatpmp is an attempt to make a portable and fully compliant
implementation of the protocol NAT-PMP for the client side. It is based on non
blocking sockets and all calls of the API are asynchronous. It is therefore
very easy to integrate the NAT-PMP code to any event driven code.
.
This package contains the Python 3 bindings.
Description-md5:
Multi-Arch: same
Homepage: http://miniupnp.free.fr/libnatpmp.html
Section: python
Priority: optional
Filename: pool/main/libn/libnatpmp/python3-libnatpmp_20230423-1.1_amd64.deb