How To Install irssi-xmpp on Fedora 36

In this tutorial we learn how to install irssi-xmpp in Fedora 36. irssi-xmpp is XMPP plugin into irssi

Introduction

In this tutorial we learn how to install irssi-xmpp on Fedora 36.

What is irssi-xmpp

Irssi-xmpp is an irssi plugin to connect to the Jabber network.

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

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

sudo dnf -y install irssi-xmpp

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

sudo yum -y install irssi-xmpp

How To Uninstall irssi-xmpp on Fedora 36

To uninstall only the irssi-xmpp package we can use the following command:

sudo dnf remove irssi-xmpp

irssi-xmpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/eafde02f42b513fda99f389159f3684570857e
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/5cb48b114d7661f16c8eff41c63f2bb96d9834
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/e0a17f276dd296fda5627d01e9883a70861453
/usr/lib64/irssi/modules/libfe_xmpp.so
/usr/lib64/irssi/modules/libtext_xmpp.so
/usr/lib64/irssi/modules/libxmpp_core.so
/usr/share/doc/irssi-xmpp
/usr/share/doc/irssi-xmpp/FAQ
/usr/share/doc/irssi-xmpp/GENERAL
/usr/share/doc/irssi-xmpp/INTERNAL
/usr/share/doc/irssi-xmpp/MUC
/usr/share/doc/irssi-xmpp/NEWS
/usr/share/doc/irssi-xmpp/README.md
/usr/share/doc/irssi-xmpp/STARTUP
/usr/share/doc/irssi-xmpp/TODO
/usr/share/doc/irssi-xmpp/XEP
/usr/share/doc/irssi-xmpp/presence
/usr/share/doc/irssi-xmpp/roster
/usr/share/doc/irssi-xmpp/xmppconnect
/usr/share/doc/irssi-xmpp/xmppserver
/usr/share/licenses/irssi-xmpp
/usr/share/licenses/irssi-xmpp/COPYING

References

Summary

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