How To Install gupnp on Fedora 36
Introduction
In this tutorial we learn how to install gupnp
on Fedora 36.
What is 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 gupnp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gupnp.
Install gupnp 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
using dnf
by running the following command:
sudo dnf -y install gupnp
Install gupnp 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
using yum
by running the following command:
sudo yum -y install gupnp
How To Uninstall gupnp on Fedora 36
To uninstall only the gupnp
package we can use the following command:
sudo dnf remove gupnp
gupnp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/3ec24747929975ed9022b54bfbf1f72b5f9126
/usr/lib/girepository-1.0
/usr/lib/girepository-1.0/GUPnP-1.2.typelib
/usr/lib/libgupnp-1.2.so.1
/usr/lib/libgupnp-1.2.so.1.104.3
/usr/share/doc/gupnp
/usr/share/doc/gupnp/AUTHORS
/usr/share/doc/gupnp/README.md
/usr/share/licenses/gupnp
/usr/share/licenses/gupnp/COPYING
References
Summary
In this tutorial we learn how to install gupnp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gupnp on Fedora 36” linkTitle: “gupnp” type: “docs” description: “In this tutorial we learn how to install gupnp in Fedora 36. gupnp is A framework for creating UPnP devices & control points” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gupnp-featured.png
Introduction
In this tutorial we learn how to install gupnp
on Fedora 36.
What is 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 gupnp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gupnp.
Install gupnp 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
using dnf
by running the following command:
sudo dnf -y install gupnp
Install gupnp 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
using yum
by running the following command:
sudo yum -y install gupnp
How To Uninstall gupnp on Fedora 36
To uninstall only the gupnp
package we can use the following command:
sudo dnf remove gupnp
gupnp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ca765ae9c082edbf339c2dfba2a00b32c13115
/usr/lib64/girepository-1.0
/usr/lib64/girepository-1.0/GUPnP-1.2.typelib
/usr/lib64/libgupnp-1.2.so.1
/usr/lib64/libgupnp-1.2.so.1.104.3
/usr/share/doc/gupnp
/usr/share/doc/gupnp/AUTHORS
/usr/share/doc/gupnp/README.md
/usr/share/licenses/gupnp
/usr/share/licenses/gupnp/COPYING
References
Summary
In this tutorial we learn how to install gupnp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).