How To Install gssdp on Fedora 36
Introduction
In this tutorial we learn how to install gssdp
on Fedora 36.
What is gssdp
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
or dnf
to install gssdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gssdp.
Install gssdp 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 gssdp
using dnf
by running the following command:
sudo dnf -y install gssdp
Install gssdp 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 gssdp
using yum
by running the following command:
sudo yum -y install gssdp
How To Uninstall gssdp on Fedora 36
To uninstall only the gssdp
package we can use the following command:
sudo dnf remove gssdp
gssdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/5a51d8e0db51a4aa293e43d9eeed88aa1edb64
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/GSSDP-1.2.typelib
/usr/lib/libgssdp-1.2.so.0
/usr/lib/libgssdp-1.2.so.0.104.0
/usr/share/doc/gssdp
/usr/share/doc/gssdp/AUTHORS
/usr/share/doc/gssdp/NEWS
/usr/share/doc/gssdp/README.md
/usr/share/licenses/gssdp
/usr/share/licenses/gssdp/COPYING
References
Summary
In this tutorial we learn how to install gssdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gssdp on Fedora 36” linkTitle: “gssdp” type: “docs” description: “In this tutorial we learn how to install gssdp in Fedora 36. gssdp is Resource discovery and announcement over SSDP” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gssdp-featured.png
Introduction
In this tutorial we learn how to install gssdp
on Fedora 36.
What is gssdp
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
or dnf
to install gssdp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gssdp.
Install gssdp 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 gssdp
using dnf
by running the following command:
sudo dnf -y install gssdp
Install gssdp 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 gssdp
using yum
by running the following command:
sudo yum -y install gssdp
How To Uninstall gssdp on Fedora 36
To uninstall only the gssdp
package we can use the following command:
sudo dnf remove gssdp
gssdp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/c1202bd8617c4f100ba31bbf0c951ba150b0a1
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/GSSDP-1.2.typelib
/usr/lib64/libgssdp-1.2.so.0
/usr/lib64/libgssdp-1.2.so.0.104.0
/usr/share/doc/gssdp
/usr/share/doc/gssdp/AUTHORS
/usr/share/doc/gssdp/NEWS
/usr/share/doc/gssdp/README.md
/usr/share/licenses/gssdp
/usr/share/licenses/gssdp/COPYING
References
Summary
In this tutorial we learn how to install gssdp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).