How To Install xmppc on Fedora 36
Introduction
In this tutorial we learn how to install xmppc on Fedora 36.
What is xmppc
xmppc is a XMPP command line interface client. It’s written in C and is using the xmpp library libstrophe.
We can use yum or dnf to install xmppc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xmppc.
Install xmppc 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 xmppc using dnf by running the following command:
sudo dnf -y install xmppc
Install xmppc 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 xmppc using yum by running the following command:
sudo yum -y install xmppc
How To Uninstall xmppc on Fedora 36
To uninstall only the xmppc package we can use the following command:
sudo dnf remove xmppc
xmppc Package Contents on Fedora 36
/usr/bin/xmppc
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/96033a449f10533a10b4e4d50a86aecdae7181
/usr/share/doc/xmppc
/usr/share/doc/xmppc/README.md
/usr/share/doc/xmppc/changelog
/usr/share/licenses/xmppc
/usr/share/licenses/xmppc/LICENSE
/usr/share/man/man1/xmppc.1.gz
References
Summary
In this tutorial we learn how to install xmppc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).