How to Install and Uninstall miniupnpc Package on Kali Linux

Last updated: May 13,2024

1. Install "miniupnpc" package

Here is a brief guide to show you how to install miniupnpc on Kali Linux

$ sudo apt update $ sudo apt install miniupnpc

2. Uninstall "miniupnpc" package

Please follow the step by step instructions below to uninstall miniupnpc on Kali Linux:

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

3. Information about the miniupnpc package on Kali Linux

Package: miniupnpc
Version: 2.2.6-1
Installed-Size: 74
Maintainer: Thomas Goirand
Architecture: amd64
Depends: libc6 (>= 2.34), libminiupnpc17 (>= 2.0.20171212)
Size: 24580
SHA256: 2b2003dab142983048345044ee24db21c97d02fbc0eabd49875af34ab36476b5
SHA1: 7a725462d36bd772be72ef8f89efc94d9997a915
MD5sum: 28fad2f9cf717944a9938d0651f47399
Description: UPnP IGD client lightweight library client
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 is an example client for the library.
Description-md5:
Multi-Arch: foreign
Homepage: http://miniupnp.free.fr/
Section: net
Priority: optional
Filename: pool/main/m/miniupnpc/miniupnpc_2.2.6-1_amd64.deb