How To Install libstrophe on Fedora 36

In this tutorial we learn how to install libstrophe in Fedora 36. libstrophe is An XMPP library for C

Introduction

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

What is libstrophe

libstrophe is a minimal XMPP library written in C. It has almost no external dependencies, only an XML parsing library (expat or libxml are both supported). It is designed for both POSIX and Windows systems.

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

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

sudo dnf -y install libstrophe

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

sudo yum -y install libstrophe

How To Uninstall libstrophe on Fedora 36

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

sudo dnf remove libstrophe

libstrophe Package Contents on Fedora 36

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

## Introduction

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

### What is `libstrophe`

> libstrophe is a minimal XMPP library written in C. It has almost no external dependencies, only an XML parsing library (expat or libxml are both supported). It is designed for both POSIX and Windows systems.  

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

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

sudo dnf -y install libstrophe

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

sudo yum -y install libstrophe

How To Uninstall libstrophe on Fedora 36

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

sudo dnf remove libstrophe

libstrophe Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/211f3ddde2a112161bfd50451f5e0bcebe3aa2
/usr/lib/libstrophe.so.0
/usr/lib/libstrophe.so.0.0.0
/usr/share/doc/libstrophe
/usr/share/doc/libstrophe/AUTHORS
/usr/share/doc/libstrophe/ChangeLog
/usr/share/doc/libstrophe/README
/usr/share/licenses/libstrophe
/usr/share/licenses/libstrophe/GPL-LICENSE.txt
/usr/share/licenses/libstrophe/LICENSE.txt
/usr/share/licenses/libstrophe/MIT-LICENSE.txt

/usr/lib/.build-id /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/8c175aed8ea3d7a709be081e7260a6e785eaef /usr/lib64/libstrophe.so.0 /usr/lib64/libstrophe.so.0.0.0 /usr/share/doc/libstrophe /usr/share/doc/libstrophe/AUTHORS /usr/share/doc/libstrophe/ChangeLog /usr/share/doc/libstrophe/README /usr/share/licenses/libstrophe /usr/share/licenses/libstrophe/GPL-LICENSE.txt /usr/share/licenses/libstrophe/LICENSE.txt /usr/share/licenses/libstrophe/MIT-LICENSE.txt

References

Summary


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


* [libstrophe website](https://strophe.im/libstrophe/)

## Summary

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