How To Install gupnp.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gupnp.x86_64 in Amazon Linux 2. gupnp.x86_64 is A framework for creating UPnP devices & control points

Introduction

In this tutorial we learn how to install gupnp.x86_64 on Amazon Linux 2.

What is gupnp.x86_64

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.

We can use yum to install gupnp.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gupnp.x86_64.

Install gupnp.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gupnp.x86_64 using yum by running the following command:

sudo yum -y install gupnp.x86_64

How To Uninstall gupnp.x86_64 on Amazon Linux 2

To uninstall only the gupnp.x86_64 package we can use the following command:

sudo yum remove gupnp.x86_64

gupnp.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/GUPnP-1.0.typelib
/usr/lib64/libgupnp-1.0.so.4
/usr/lib64/libgupnp-1.0.so.4.0.1
/usr/share/doc/gupnp-1.0.2
/usr/share/doc/gupnp-1.0.2/AUTHORS
/usr/share/doc/gupnp-1.0.2/README
/usr/share/licenses/gupnp-1.0.2
/usr/share/licenses/gupnp-1.0.2/COPYING

References

Summary

In this tutorial we learn how to install gupnp.x86_64 on Amazon Linux 2 using yum.