How To Install loudmouth on Fedora 36
Introduction
In this tutorial we learn how to install loudmouth
on Fedora 36.
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.
We can use yum
or dnf
to install loudmouth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install loudmouth.
Install loudmouth 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 loudmouth
using dnf
by running the following command:
sudo dnf -y install loudmouth
Install loudmouth 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 loudmouth
using yum
by running the following command:
sudo yum -y install loudmouth
How To Uninstall loudmouth on Fedora 36
To uninstall only the loudmouth
package we can use the following command:
sudo dnf remove loudmouth
loudmouth Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/d507c8da816c5ef189e3de880bd27ab72114f4
/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
References
Summary
In this tutorial we learn how to install loudmouth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install loudmouth on Fedora 36” linkTitle: “loudmouth” type: “docs” description: “In this tutorial we learn how to install loudmouth in Fedora 36. loudmouth is XMPP/Jabber C programming library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/loudmouth-featured.png
Introduction
In this tutorial we learn how to install loudmouth
on Fedora 36.
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.
We can use yum
or dnf
to install loudmouth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install loudmouth.
Install loudmouth 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 loudmouth
using dnf
by running the following command:
sudo dnf -y install loudmouth
Install loudmouth 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 loudmouth
using yum
by running the following command:
sudo yum -y install loudmouth
How To Uninstall loudmouth on Fedora 36
To uninstall only the loudmouth
package we can use the following command:
sudo dnf remove loudmouth
loudmouth Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/a52574d5e90831bb25bb1a1a978a56ece9bf4b
/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 36 using yum and [dnf]((/fedora/36/dnf/).