How To Install gupnp-tools on Fedora 36

In this tutorial we learn how to install gupnp-tools in Fedora 36. gupnp-tools is A collection of dev tools utilising GUPnP and GTK+

Introduction

In this tutorial we learn how to install gupnp-tools on Fedora 36.

What is gupnp-tools

GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP-tools is a collection of developer tools utilising GUPnP and GTK+. It features a universal control point application as well as a sample DimmableLight v1.0 implementation.

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

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

sudo dnf -y install gupnp-tools

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

sudo yum -y install gupnp-tools

How To Uninstall gupnp-tools on Fedora 36

To uninstall only the gupnp-tools package we can use the following command:

sudo dnf remove gupnp-tools

gupnp-tools Package Contents on Fedora 36

/usr/bin/gssdp-discover
/usr/bin/gupnp-av-cp
/usr/bin/gupnp-network-light
/usr/bin/gupnp-universal-cp
/usr/bin/gupnp-upload
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/8ac8265b62de47fd44dce151941f025e10bf49
/usr/lib/.build-id/30
/usr/lib/.build-id/30/a556ef29f34dadb143698e525922c61c96cea2
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/3d5aa554880697d22e96fb209374a3f9b5ea57
/usr/lib/.build-id/95
/usr/lib/.build-id/95/470e8a954053fd7253c10dac53dc609721c90e
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/60ad44d1c9bc9b83d4f156553a778009bfbc7b
/usr/share/applications/gupnp-av-cp.desktop
/usr/share/applications/gupnp-network-light.desktop
/usr/share/applications/gupnp-universal-cp.desktop
/usr/share/doc/gupnp-tools
/usr/share/doc/gupnp-tools/AUTHORS
/usr/share/doc/gupnp-tools/README.md
/usr/share/gupnp-tools
/usr/share/gupnp-tools/pixmaps
/usr/share/gupnp-tools/pixmaps/media-renderer.png
/usr/share/gupnp-tools/pixmaps/network-light-22x22.png
/usr/share/gupnp-tools/pixmaps/network-light-off.png
/usr/share/gupnp-tools/pixmaps/network-light-on.png
/usr/share/gupnp-tools/pixmaps/upnp-action-arg-in.png
/usr/share/gupnp-tools/pixmaps/upnp-action-arg-out.png
/usr/share/gupnp-tools/pixmaps/upnp-device.png
/usr/share/gupnp-tools/pixmaps/upnp-service.png
/usr/share/gupnp-tools/pixmaps/upnp-state-variable.png
/usr/share/gupnp-tools/xml
/usr/share/gupnp-tools/xml/Dimming-scpd.xml
/usr/share/gupnp-tools/xml/SwitchPower-scpd.xml
/usr/share/gupnp-tools/xml/network-light-desc.xml
/usr/share/icons/hicolor/256x256/apps/av-cp.png
/usr/share/icons/hicolor/256x256/apps/network-light.png
/usr/share/icons/hicolor/256x256/apps/universal-cp.png
/usr/share/icons/hicolor/64x64/apps/av-cp.png
/usr/share/icons/hicolor/64x64/apps/network-light.png
/usr/share/icons/hicolor/64x64/apps/universal-cp.png
/usr/share/licenses/gupnp-tools
/usr/share/licenses/gupnp-tools/COPYING
/usr/share/locale/bs/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/cs/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/da/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/de/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/el/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/es/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/eu/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/fur/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/hu/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/id/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/ja/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/pl/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/pt/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/ro/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/sk/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/sl/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/sr/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/sv/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/tr/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/uk/LC_MESSAGES/gupnp-tools.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gupnp-tools.mo

References

Summary

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