How To Install libupnp on Fedora 36

In this tutorial we learn how to install libupnp in Fedora 36. libupnp is Universal Plug and Play (UPnP) SDK

Introduction

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

What is libupnp

The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.

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

Install libupnp 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 libupnp using dnf by running the following command:

sudo dnf -y install libupnp

Install libupnp 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 libupnp using yum by running the following command:

sudo yum -y install libupnp

How To Uninstall libupnp on Fedora 36

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

sudo dnf remove libupnp

libupnp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/10b864a1d12fa2c5e5107bd0a58208fb28142a
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/0925bdef263cc2e8852812797c69cb50ef2c77
/usr/lib/libixml.so.11
/usr/lib/libixml.so.11.1.2
/usr/lib/libupnp.so.17
/usr/lib/libupnp.so.17.1.3
/usr/share/doc/libupnp
/usr/share/doc/libupnp/THANKS
/usr/share/licenses/libupnp
/usr/share/licenses/libupnp/COPYING

References

Summary

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


title: “How To Install libupnp on Fedora 36” linkTitle: “libupnp” type: “docs” description: “In this tutorial we learn how to install libupnp in Fedora 36. libupnp is Universal Plug and Play (UPnP) SDK” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libupnp-featured.png

Introduction

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

What is libupnp

The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.

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

Install libupnp 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 libupnp using dnf by running the following command:

sudo dnf -y install libupnp

Install libupnp 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 libupnp using yum by running the following command:

sudo yum -y install libupnp

How To Uninstall libupnp on Fedora 36

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

sudo dnf remove libupnp

libupnp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/584b611b2aac1094dc38375c43f6e012fdedaf
/usr/lib/.build-id/af
/usr/lib/.build-id/af/6a34b6e0cb30dfb9942ae0127fed33bbaf35f7
/usr/lib64/libixml.so.11
/usr/lib64/libixml.so.11.1.2
/usr/lib64/libupnp.so.17
/usr/lib64/libupnp.so.17.1.3
/usr/share/doc/libupnp
/usr/share/doc/libupnp/THANKS
/usr/share/licenses/libupnp
/usr/share/licenses/libupnp/COPYING

References

Summary

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