How To Install qxmpp on Fedora 36

In this tutorial we learn how to install qxmpp in Fedora 36. qxmpp is Qt XMPP Library

Introduction

In this tutorial we learn how to install qxmpp on Fedora 36.

What is qxmpp

QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++. QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details.

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

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

sudo dnf -y install qxmpp

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

sudo yum -y install qxmpp

How To Uninstall qxmpp on Fedora 36

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

sudo dnf remove qxmpp

qxmpp Package Contents on Fedora 36

---
title: "How To Install qxmpp on Fedora 36"
linkTitle: "qxmpp"
type: "docs"
description: "In this tutorial we learn how to install qxmpp in Fedora 36. qxmpp is Qt XMPP Library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/qxmpp-featured.png
---

## Introduction

In this tutorial we learn how to install `qxmpp` on Fedora 36.

### What is `qxmpp`

> QXmpp is a cross-platform C++ XMPP client library. It is based on Qt and C++.  QXmpp is pretty intuitive and easy to use. It uses Qt extensively. Qt is the only third party library it is dependent on. Users need to a have working knowledge of C++ and Qt basics (Signals and Slots and Qt data types). The underlying TCP socket and the XMPP RFCs (RFC3920 and RFC3921) have been encapsulated into classes and functions. Therefore the user would not be bothered with these details. But it is always recommended to the advanced users to read and enjoy the low level details.  

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

## Install qxmpp 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 qxmpp using dnf by running the following command:

sudo dnf -y install qxmpp

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

sudo yum -y install qxmpp

How To Uninstall qxmpp on Fedora 36

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

sudo dnf remove qxmpp

qxmpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/20462b807d76756f4455473d796814f68ef653
/usr/lib64/libqxmpp.so.0
/usr/lib64/libqxmpp.so.0.9
/usr/lib64/libqxmpp.so.0.9.3
/usr/share/doc/qxmpp
/usr/share/doc/qxmpp/AUTHORS
/usr/share/doc/qxmpp/CHANGELOG
/usr/share/doc/qxmpp/LICENSE.LGPL
/usr/share/doc/qxmpp/README.md

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/eb /usr/lib/.build-id/eb/7d7100361fab4be747b64d558a3c056f5c4165 /usr/lib/libqxmpp.so.0 /usr/lib/libqxmpp.so.0.9 /usr/lib/libqxmpp.so.0.9.3 /usr/share/doc/qxmpp /usr/share/doc/qxmpp/AUTHORS /usr/share/doc/qxmpp/CHANGELOG /usr/share/doc/qxmpp/LICENSE.LGPL /usr/share/doc/qxmpp/README.md


## References

* [qxmpp website](http://code.google.com/p/qxmpp/)

## Summary

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