How To Install herqq on Fedora 36
Introduction
In this tutorial we learn how to install herqq
on Fedora 36.
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.
We can use yum
or dnf
to install herqq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install herqq.
Install herqq 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 herqq
using dnf
by running the following command:
sudo dnf -y install herqq
Install herqq 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 herqq
using yum
by running the following command:
sudo yum -y install herqq
How To Uninstall herqq on Fedora 36
To uninstall only the herqq
package we can use the following command:
sudo dnf remove herqq
herqq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/a691e43ba886dcd4bc1609b6a090cca1d575f5
/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 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install herqq on Fedora 36” linkTitle: “herqq” type: “docs” description: “In this tutorial we learn how to install herqq in Fedora 36. herqq is A software library for building UPnP devices and control points” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/herqq-featured.png
Introduction
In this tutorial we learn how to install herqq
on Fedora 36.
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.
We can use yum
or dnf
to install herqq
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install herqq.
Install herqq 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 herqq
using dnf
by running the following command:
sudo dnf -y install herqq
Install herqq 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 herqq
using yum
by running the following command:
sudo yum -y install herqq
How To Uninstall herqq on Fedora 36
To uninstall only the herqq
package we can use the following command:
sudo dnf remove herqq
herqq Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/956c53ca78df7ca953a5c3d75e4e704df4b2b2
/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
References
Summary
In this tutorial we learn how to install herqq
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).