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

Last updated: April 29,2024

1. Install "python3-miniupnpc" package

This guide covers the steps necessary to install python3-miniupnpc on Kali Linux

$ sudo apt update $ sudo apt install python3-miniupnpc

2. Uninstall "python3-miniupnpc" package

Please follow the guidance below to uninstall python3-miniupnpc on Kali Linux:

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

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

Package: python3-miniupnpc
Source: miniupnpc
Version: 2.2.6-1
Installed-Size: 49
Maintainer: Thomas Goirand
Architecture: amd64
Depends: libc6 (>= 2.4), libminiupnpc17 (>= 1.9.20140610), python3 (<< 3.12), python3 (>= 3.11~), python3:any
Size: 16820
SHA256: a48ee85801964b1939f3f64b89fb80507446fcb9746bc99ca4eac033e60e2448
SHA1: d07b82b537e121fa80cf492796efdcb4aeb53ffd
MD5sum: b6700d07944601dd0e6740b7952ad2b8
Description: UPnP IGD client lightweight library Python 3 bindings
The UPnP protocol is supported by most home adsl/cable routers and Microsoft
Windows 2K/XP. The aim of the MiniUPnP project is to bring a free software
solution to support the "Internet Gateway Device" part of the protocol. The
MediaServer/MediaRenderer UPnP protocol is also becoming very popular.
.
Miniupnpc aims at the simplest library possible, with the smallest footprint
and no dependencies to other libraries such as XML parsers or HTTP
implementations. All the code is pure ANSI C. Compiled on a x86 PC, the
miniupnp client library have less than 15KB code size. For instance, the upnpc
sample program is around 20KB. The miniupnp daemon is much smaller than any
other IGD daemon and is ideal for using on low memory device for this reason.
.
This package contains the Python 3 bindings.
Description-md5:
Multi-Arch: same
Homepage: http://miniupnp.free.fr/
Section: python
Priority: optional
Filename: pool/main/m/miniupnpc/python3-miniupnpc_2.2.6-1_amd64.deb