How To Install libnatpmp on Fedora 36

In this tutorial we learn how to install libnatpmp in Fedora 36. libnatpmp is Library of The NAT Port Mapping Protocol (NAT-PMP)

Introduction

In this tutorial we learn how to install libnatpmp on Fedora 36.

What is libnatpmp

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.

We can use yum or dnf to install libnatpmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnatpmp.

Install libnatpmp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libnatpmp using dnf by running the following command:

sudo dnf -y install libnatpmp

Install libnatpmp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libnatpmp using yum by running the following command:

sudo yum -y install libnatpmp

How To Uninstall libnatpmp on Fedora 36

To uninstall only the libnatpmp package we can use the following command:

sudo dnf remove libnatpmp

libnatpmp Package Contents on Fedora 36

/usr/bin/natpmpc
/usr/lib/.build-id
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/e15f5449a3c3d37e82a068b548f4c294314b2c
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/82f86719ebe8c5d0a08be9edc4d22b4ee9281b
/usr/lib/libnatpmp.so.1
/usr/share/licenses/libnatpmp
/usr/share/licenses/libnatpmp/LICENSE

References

Summary

In this tutorial we learn how to install libnatpmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libnatpmp on Fedora 36” linkTitle: “libnatpmp” type: “docs” description: “In this tutorial we learn how to install libnatpmp in Fedora 36. libnatpmp is Library of The NAT Port Mapping Protocol (NAT-PMP)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libnatpmp-featured.png

Introduction

In this tutorial we learn how to install libnatpmp on Fedora 36.

What is libnatpmp

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.

We can use yum or dnf to install libnatpmp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnatpmp.

Install libnatpmp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libnatpmp using dnf by running the following command:

sudo dnf -y install libnatpmp

Install libnatpmp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libnatpmp using yum by running the following command:

sudo yum -y install libnatpmp

How To Uninstall libnatpmp on Fedora 36

To uninstall only the libnatpmp package we can use the following command:

sudo dnf remove libnatpmp

libnatpmp Package Contents on Fedora 36

/usr/bin/natpmpc
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/bab0cc0f796c922d3177e36a20bade929c8cc0
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/d07f7f9b26ecc3c1540875e77d49e4578d8df9
/usr/lib64/libnatpmp.so.1
/usr/share/licenses/libnatpmp
/usr/share/licenses/libnatpmp/LICENSE

References

Summary

In this tutorial we learn how to install libnatpmp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).