How To Install gupnp-devel on Rocky Linux 8
In this tutorial we learn how to install gupnp-devel on Rocky Linux 8. gupnp-devel is Development package for gupnp
Introduction
In this tutorial we learn how to install gupnp-devel
on Rocky Linux 8.
What is gupnp-devel
Files for development with gupnp.
We can use yum
or dnf
to install gupnp-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gupnp-devel.
Install gupnp-devel on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gupnp-devel
using dnf
by running the following command:
sudo dnf -y install gupnp-devel
Install gupnp-devel on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gupnp-devel
using yum
by running the following command:
sudo yum -y install gupnp-devel
How To Uninstall gupnp-devel on Rocky Linux 8
To uninstall only the gupnp-devel
package we can use the following command:
sudo dnf remove gupnp-devel
gupnp-devel Package Contents on Rocky Linux 8
/usr/bin/gupnp-binding-tool
/usr/include/gupnp-1.0
/usr/include/gupnp-1.0/libgupnp
/usr/include/gupnp-1.0/libgupnp/gupnp-acl.h
/usr/include/gupnp-1.0/libgupnp/gupnp-context-manager.h
/usr/include/gupnp-1.0/libgupnp/gupnp-context.h
/usr/include/gupnp-1.0/libgupnp/gupnp-control-point.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device-info.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device-proxy.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device.h
/usr/include/gupnp-1.0/libgupnp/gupnp-error.h
/usr/include/gupnp-1.0/libgupnp/gupnp-resource-factory.h
/usr/include/gupnp-1.0/libgupnp/gupnp-root-device.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-info.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-introspection.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-proxy.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service.h
/usr/include/gupnp-1.0/libgupnp/gupnp-types.h
/usr/include/gupnp-1.0/libgupnp/gupnp-uuid.h
/usr/include/gupnp-1.0/libgupnp/gupnp-white-list.h
/usr/include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
/usr/include/gupnp-1.0/libgupnp/gupnp.h
/usr/lib/libgupnp-1.0.so
/usr/lib/pkgconfig/gupnp-1.0.pc
/usr/share/gir-1.0/GUPnP-1.0.gir
/usr/share/vala/vapi/gupnp-1.0.deps
/usr/share/vala/vapi/gupnp-1.0.vapi
/usr/bin/gupnp-binding-tool
/usr/include/gupnp-1.0
/usr/include/gupnp-1.0/libgupnp
/usr/include/gupnp-1.0/libgupnp/gupnp-acl.h
/usr/include/gupnp-1.0/libgupnp/gupnp-context-manager.h
/usr/include/gupnp-1.0/libgupnp/gupnp-context.h
/usr/include/gupnp-1.0/libgupnp/gupnp-control-point.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device-info.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device-proxy.h
/usr/include/gupnp-1.0/libgupnp/gupnp-device.h
/usr/include/gupnp-1.0/libgupnp/gupnp-error.h
/usr/include/gupnp-1.0/libgupnp/gupnp-resource-factory.h
/usr/include/gupnp-1.0/libgupnp/gupnp-root-device.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-info.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-introspection.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service-proxy.h
/usr/include/gupnp-1.0/libgupnp/gupnp-service.h
/usr/include/gupnp-1.0/libgupnp/gupnp-types.h
/usr/include/gupnp-1.0/libgupnp/gupnp-uuid.h
/usr/include/gupnp-1.0/libgupnp/gupnp-white-list.h
/usr/include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
/usr/include/gupnp-1.0/libgupnp/gupnp.h
/usr/lib64/libgupnp-1.0.so
/usr/lib64/pkgconfig/gupnp-1.0.pc
/usr/share/gir-1.0/GUPnP-1.0.gir
/usr/share/vala/vapi/gupnp-1.0.deps
/usr/share/vala/vapi/gupnp-1.0.vapi
References
Summary
In this tutorial we learn how to install gupnp-devel
on Rocky Linux 8 using yum and dnf.