How To Install gupnp-igd-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install gupnp-igd-devel
on Rocky Linux 8.
What is gupnp-igd-devel
The gupnp-igd-devel package contains libraries and header files for developing applications that use gupnp-igd.
We can use yum
or dnf
to install gupnp-igd-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install gupnp-igd-devel.
Install gupnp-igd-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-igd-devel
using dnf
by running the following command:
sudo dnf -y install gupnp-igd-devel
Install gupnp-igd-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-igd-devel
using yum
by running the following command:
sudo yum -y install gupnp-igd-devel
How To Uninstall gupnp-igd-devel on Rocky Linux 8
To uninstall only the gupnp-igd-devel
package we can use the following command:
sudo dnf remove gupnp-igd-devel
gupnp-igd-devel Package Contents on Rocky Linux 8
/usr/include/gupnp-igd-1.0
/usr/include/gupnp-igd-1.0/libgupnp-igd
/usr/include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h
/usr/include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h
/usr/lib/libgupnp-igd-1.0.so
/usr/lib/pkgconfig/gupnp-igd-1.0.pc
/usr/share/gir-1.0/GUPnPIgd-1.0.gir
/usr/share/gtk-doc/html/gupnp-igd
/usr/share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html
/usr/share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html
/usr/share/gtk-doc/html/gupnp-igd/ch01.html
/usr/share/gtk-doc/html/gupnp-igd/ch02.html
/usr/share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp2
/usr/share/gtk-doc/html/gupnp-igd/home.png
/usr/share/gtk-doc/html/gupnp-igd/index.html
/usr/share/gtk-doc/html/gupnp-igd/left-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/left.png
/usr/share/gtk-doc/html/gupnp-igd/right-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/right.png
/usr/share/gtk-doc/html/gupnp-igd/style.css
/usr/share/gtk-doc/html/gupnp-igd/up-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/up.png
/usr/include/gupnp-igd-1.0
/usr/include/gupnp-igd-1.0/libgupnp-igd
/usr/include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd-thread.h
/usr/include/gupnp-igd-1.0/libgupnp-igd/gupnp-simple-igd.h
/usr/lib64/libgupnp-igd-1.0.so
/usr/lib64/pkgconfig/gupnp-igd-1.0.pc
/usr/share/gir-1.0/GUPnPIgd-1.0.gir
/usr/share/gtk-doc/html/gupnp-igd
/usr/share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgd.html
/usr/share/gtk-doc/html/gupnp-igd/GUPnPSimpleIgdThread.html
/usr/share/gtk-doc/html/gupnp-igd/ch01.html
/usr/share/gtk-doc/html/gupnp-igd/ch02.html
/usr/share/gtk-doc/html/gupnp-igd/gupnp-igd.devhelp2
/usr/share/gtk-doc/html/gupnp-igd/home.png
/usr/share/gtk-doc/html/gupnp-igd/index.html
/usr/share/gtk-doc/html/gupnp-igd/left-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/left.png
/usr/share/gtk-doc/html/gupnp-igd/right-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/right.png
/usr/share/gtk-doc/html/gupnp-igd/style.css
/usr/share/gtk-doc/html/gupnp-igd/up-insensitive.png
/usr/share/gtk-doc/html/gupnp-igd/up.png
References
Summary
In this tutorial we learn how to install gupnp-igd-devel
on Rocky Linux 8 using yum and dnf.