How to Install and Uninstall libnatpmp.i686 Package on Fedora 39

Last updated: January 11,2025

1. Install "libnatpmp.i686" package

In this section, we are going to explain the necessary steps to install libnatpmp.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libnatpmp.i686

2. Uninstall "libnatpmp.i686" package

This guide let you learn how to uninstall libnatpmp.i686 on Fedora 39:

$ sudo dnf remove libnatpmp.i686 $ sudo dnf autoremove

3. Information about the libnatpmp.i686 package on Fedora 39

Last metadata expiration check: 2:01:54 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libnatpmp
Version : 20230423
Release : 3.fc39
Architecture : i686
Size : 20 k
Source : libnatpmp-20230423-3.fc39.src.rpm
Repository : fedora
Summary : Library of The NAT Port Mapping Protocol (NAT-PMP)
URL : http://miniupnp.free.fr/libnatpmp.html
License : LGPL-2.0-or-later
Description : libnatpmp is an attempt to make a portable and fully compliant implementation
: of the protocol 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.