How To Install gssdp.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install gssdp.i686
on Amazon Linux 2.
What is gssdp.i686
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.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gssdp.i686.
Install gssdp.i686 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.i686
using yum
by running the following command:
sudo yum -y install gssdp.i686
How To Uninstall gssdp.i686 on Amazon Linux 2
To uninstall only the gssdp.i686
package we can use the following command:
sudo yum remove gssdp.i686
gssdp.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0/GSSDP-1.0.typelib
/usr/lib/libgssdp-1.0.so.3
/usr/lib/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.i686
on Amazon Linux 2 using yum.