How To Install loudmouth on Fedora 34

loudmouth is XMPP/Jabber C programming library XMPP/Jabber C programming library

Introduction

In this tutorial we learn how to install loudmouth on Fedora 34.

What is loudmouth

Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP/Jabber protocol. It’s designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows. loudmouth 1.5.4 1.fc34 x86_64 68 k loudmouth-1.5.4-1.fc34.src.rpm fedora XMPP/Jabber C programming library https LGPLv2+ Loudmouth is a lightweight and easy-to-use C library for programming with the XMPP/Jabber protocol. It’s designed to be easy to get started with and yet extensible to let you do anything the XMPP protocol allows.

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

Install loudmouth on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install loudmouth

Install loudmouth on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install loudmouth

How To Uninstall loudmouth on Fedora 34

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

sudo dnf remove loudmouth

loudmouth Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/5de7ff5e05d46f75c396fb3b0d29aab06558c7
/usr/lib/libloudmouth-1.so.0
/usr/lib/libloudmouth-1.so.0.1.0
/usr/share/doc/loudmouth
/usr/share/doc/loudmouth/NEWS
/usr/share/doc/loudmouth/README
/usr/share/licenses/loudmouth
/usr/share/licenses/loudmouth/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/b7c2babbc10aabf73edebf44196370116341a0
/usr/lib64/libloudmouth-1.so.0
/usr/lib64/libloudmouth-1.so.0.1.0
/usr/share/doc/loudmouth
/usr/share/doc/loudmouth/NEWS
/usr/share/doc/loudmouth/README
/usr/share/licenses/loudmouth
/usr/share/licenses/loudmouth/COPYING

References

Summary

In this tutorial we learn how to install loudmouth on Fedora 34 using yum and dnf.