How To Install avahi-qt3-devel on Fedora 36

In this tutorial we learn how to install avahi-qt3-devel in Fedora 36. avahi-qt3-devel is Libraries and header files for avahi Qt3 development

Introduction

In this tutorial we learn how to install avahi-qt3-devel on Fedora 36.

What is avahi-qt3-devel

The avahi-qt3-devel package contains the header files and libraries necessary for developing programs using avahi with Qt3.

We can use yum or dnf to install avahi-qt3-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-qt3-devel.

Install avahi-qt3-devel 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 avahi-qt3-devel using dnf by running the following command:

sudo dnf -y install avahi-qt3-devel

Install avahi-qt3-devel 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 avahi-qt3-devel using yum by running the following command:

sudo yum -y install avahi-qt3-devel

How To Uninstall avahi-qt3-devel on Fedora 36

To uninstall only the avahi-qt3-devel package we can use the following command:

sudo dnf remove avahi-qt3-devel

avahi-qt3-devel Package Contents on Fedora 36

---
title: "How To Install avahi-qt3-devel on Fedora 36"
linkTitle: "avahi-qt3-devel"
type: "docs"
description: "In this tutorial we learn how to install avahi-qt3-devel in Fedora 36. avahi-qt3-devel is Libraries and header files for avahi Qt3 development"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/avahi-qt3-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `avahi-qt3-devel` on Fedora 36.

### What is `avahi-qt3-devel`

> The avahi-qt3-devel package contains the header files and libraries necessary for developing programs using avahi with Qt3.  

We can use `yum` or `dnf` to install `avahi-qt3-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install avahi-qt3-devel.

## Install avahi-qt3-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install avahi-qt3-devel using dnf by running the following command:

sudo dnf -y install avahi-qt3-devel

Install avahi-qt3-devel 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 avahi-qt3-devel using yum by running the following command:

sudo yum -y install avahi-qt3-devel

How To Uninstall avahi-qt3-devel on Fedora 36

To uninstall only the avahi-qt3-devel package we can use the following command:

sudo dnf remove avahi-qt3-devel

avahi-qt3-devel Package Contents on Fedora 36

/usr/include/avahi-qt3
/usr/include/avahi-qt3/qt-watch.h
/usr/lib/libavahi-qt3.so
/usr/lib/pkgconfig/avahi-qt3.pc

References

Summary

In this tutorial we learn how to install avahi-qt3-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/include/avahi-qt3 /usr/include/avahi-qt3/qt-watch.h /usr/lib64/libavahi-qt3.so /usr/lib64/pkgconfig/avahi-qt3.pc


## References

* [avahi-qt3-devel website](http://avahi.org)

## Summary

In this tutorial we learn how to install `avahi-qt3-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).