How To Install perl-Net-Jabber on Fedora 36

In this tutorial we learn how to install perl-Net-Jabber in Fedora 36. perl-Net-Jabber is Net

Introduction

In this tutorial we learn how to install perl-Net-Jabber on Fedora 36.

What is perl-Net-Jabber

Net Messaging protocol. For more information about Jabber visit http

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

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

sudo dnf -y install perl-Net-Jabber

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

sudo yum -y install perl-Net-Jabber

How To Uninstall perl-Net-Jabber on Fedora 36

To uninstall only the perl-Net-Jabber package we can use the following command:

sudo dnf remove perl-Net-Jabber

perl-Net-Jabber Package Contents on Fedora 36

/usr/share/doc/perl-Net-Jabber
/usr/share/doc/perl-Net-Jabber/CHANGES
/usr/share/doc/perl-Net-Jabber/LICENSE.Artistic
/usr/share/doc/perl-Net-Jabber/LICENSE.GPL
/usr/share/doc/perl-Net-Jabber/LICENSE.LGPL
/usr/share/doc/perl-Net-Jabber/LICENSING.correspondance
/usr/share/doc/perl-Net-Jabber/README
/usr/share/doc/perl-Net-Jabber/examples
/usr/share/doc/perl-Net-Jabber/examples/client.pl
/usr/share/doc/perl-Net-Jabber/examples/client_xpath.pl
/usr/share/doc/perl-Net-Jabber/examples/component_accept.pl
/usr/share/doc/perl-Net-Jabber/examples/component_test.pl
/usr/share/doc/perl-Net-Jabber/examples/rpc_client.pl
/usr/share/doc/perl-Net-Jabber/examples/rpc_server.pl
/usr/share/man/man3/Net::Jabber.3pm.gz
/usr/share/man/man3/Net::Jabber::Client.3pm.gz
/usr/share/man/man3/Net::Jabber::Component.3pm.gz
/usr/share/man/man3/Net::Jabber::Data.3pm.gz
/usr/share/man/man3/Net::Jabber::Debug.3pm.gz
/usr/share/man/man3/Net::Jabber::Dialback.3pm.gz
/usr/share/man/man3/Net::Jabber::Dialback::Result.3pm.gz
/usr/share/man/man3/Net::Jabber::Dialback::Verify.3pm.gz
/usr/share/man/man3/Net::Jabber::IQ.3pm.gz
/usr/share/man/man3/Net::Jabber::JID.3pm.gz
/usr/share/man/man3/Net::Jabber::Key.3pm.gz
/usr/share/man/man3/Net::Jabber::Log.3pm.gz
/usr/share/man/man3/Net::Jabber::Message.3pm.gz
/usr/share/man/man3/Net::Jabber::Namespaces.3pm.gz
/usr/share/man/man3/Net::Jabber::Presence.3pm.gz
/usr/share/man/man3/Net::Jabber::Protocol.3pm.gz
/usr/share/man/man3/Net::Jabber::Server.3pm.gz
/usr/share/man/man3/Net::Jabber::Stanza.3pm.gz
/usr/share/man/man3/Net::Jabber::XDB.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Jabber
/usr/share/perl5/vendor_perl/Net/Jabber.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Client.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Component.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Data.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Debug.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Dialback
/usr/share/perl5/vendor_perl/Net/Jabber/Dialback.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Dialback/Result.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Dialback/Verify.pm
/usr/share/perl5/vendor_perl/Net/Jabber/IQ.pm
/usr/share/perl5/vendor_perl/Net/Jabber/JID.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Key.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Log.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Message.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Namespaces.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Presence.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Protocol.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Server.pm
/usr/share/perl5/vendor_perl/Net/Jabber/Stanza.pm
/usr/share/perl5/vendor_perl/Net/Jabber/XDB.pm

References

Summary

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