How To Install gssdp.x86_64 on Amazon Linux 2

In this tutorial we learn how to install gssdp.x86_64 in Amazon Linux 2. gssdp.x86_64 is Resource discovery and announcement over SSDP

Introduction

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

What is gssdp.x86_64

GSSDP implements resource discovery and announcement over SSDP and is part of gUPnP. 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 gssdp.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gssdp.x86_64.

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

sudo yum -y install gssdp.x86_64

How To Uninstall gssdp.x86_64 on Amazon Linux 2

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

sudo yum remove gssdp.x86_64

gssdp.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/GSSDP-1.0.typelib
/usr/lib64/libgssdp-1.0.so.3
/usr/lib64/libgssdp-1.0.so.3.0.1
/usr/share/doc/gssdp-1.0.2
/usr/share/doc/gssdp-1.0.2/AUTHORS
/usr/share/doc/gssdp-1.0.2/NEWS
/usr/share/doc/gssdp-1.0.2/README
/usr/share/gssdp
/usr/share/licenses/gssdp-1.0.2
/usr/share/licenses/gssdp-1.0.2/COPYING

References

Summary

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