title: “How To Install gloox on Fedora 36” title: “How To Install gloox on Fedora 36” linkTitle: “gloox” linkTitle: “gloox” type: “docs” type: “docs” description: “In this tutorial we learn how to install gloox in Fedora 36. gloox is A rock-solid, full-featured Jabber/XMPP client C++ library” description: “In this tutorial we learn how to install gloox in Fedora 36. gloox is A rock-solid, full-featured Jabber/XMPP client C++ library” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gloox-featured.png #image: /images/fedora/36/gloox-featured.png


Introduction

Introduction

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

What is gloox

What is gloox

gloox is a rock-solid, full-featured Jabber/XMPP client library written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.
gloox is a rock-solid, full-featured Jabber/XMPP client library written in C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications.

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

Install gloox on Fedora 36 Using dnf

Install gloox on Fedora 36 Using dnf

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

```bash
sudo dnf makecache --refresh
sudo dnf makecache --refresh


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


```bash
```bash
sudo dnf -y install gloox
sudo dnf -y install gloox


## Install gloox on Fedora 36 Using yum
## Install gloox on Fedora 36 Using yum


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


```bash
```bash
sudo yum makecache --refresh
sudo yum makecache --refresh


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


```bash
```bash
sudo yum -y install gloox
sudo yum -y install gloox
## How To Uninstall gloox on Fedora 36
## How To Uninstall gloox on Fedora 36


To uninstall only the `gloox` package we can use the following command:

To uninstall only the `gloox` package we can use the following command:

```bash
```bash
sudo dnf remove gloox

sudo dnf remove gloox


## gloox Package Contents on Fedora 36

## gloox Package Contents on Fedora 36

```bash
```bash
/usr/lib/.build-id
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/d10816b5d68527c229f385362c1ecd46afbd42
/usr/lib64/libgloox.so.17
/usr/lib64/libgloox.so.17.0.0
/usr/share/licenses/gloox
/usr/share/licenses/gloox/LICENSE

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/6ba3f2a52cba23465d7bb7b12d2883ea6f147b /usr/lib/libgloox.so.17 /usr/lib/libgloox.so.17.0.0 /usr/share/licenses/gloox /usr/share/licenses/gloox/LICENSE


## References

* [gloox website](https://camaya.net/gloox)

## Summary

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