How To Install herqq on Fedora 34

herqq is A software library for building UPnP devices and control points A software library for building UPnP devices and control points

Introduction

In this tutorial we learn how to install herqq on Fedora 34.

What is herqq

Herqq UPnP (HUPnP) is a software library for building UPnP devices and control points conforming to the UPnP Device Architecture version 1.1. herqq 1.0.0 24.fc34 x86_64 353 k herqq-1.0.0-24.fc34.src.rpm fedora A software library for building UPnP devices and control points http LGPLv3+ Herqq UPnP (HUPnP) is a software library for building UPnP devices and control points conforming to the UPnP Device Architecture version 1.1.

We can use yum or dnf to install herqq on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install herqq.

Install herqq on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install herqq using dnf by running the following command:

sudo dnf -y install herqq

Install herqq on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install herqq using yum by running the following command:

sudo yum -y install herqq

How To Uninstall herqq on Fedora 34

To uninstall only the herqq package we can use the following command:

sudo dnf remove herqq

herqq Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/c9ecf272a67a8c88bdc6269843d682e5349c22
/usr/lib64/libHUpnp.so.1
/usr/lib64/libHUpnp.so.1.0
/usr/lib64/libHUpnp.so.1.0.0
/usr/share/doc/herqq
/usr/share/doc/herqq/ChangeLog
/usr/share/doc/herqq/LICENSE_LGPLv3.txt
/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/6c9451d62fa8af9c08d26085700a2d03613759
/usr/lib/libHUpnp.so.1
/usr/lib/libHUpnp.so.1.0
/usr/lib/libHUpnp.so.1.0.0
/usr/share/doc/herqq
/usr/share/doc/herqq/ChangeLog
/usr/share/doc/herqq/LICENSE_LGPLv3.txt

References

Summary

In this tutorial we learn how to install herqq on Fedora 34 using yum and dnf.