How To Install perl-Net-XMPP on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Net-XMPP
on Rocky Linux 8.
What is perl-Net-XMPP
Net Messaging and Presence Protocol (XMPP). For more information about XMPP visit http
We can use yum
or dnf
to install perl-Net-XMPP
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Net-XMPP.
Install perl-Net-XMPP on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Net-XMPP
using dnf
by running the following command:
sudo dnf -y install perl-Net-XMPP
Install perl-Net-XMPP on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Net-XMPP
using yum
by running the following command:
sudo yum -y install perl-Net-XMPP
How To Uninstall perl-Net-XMPP on Rocky Linux 8
To uninstall only the perl-Net-XMPP
package we can use the following command:
sudo dnf remove perl-Net-XMPP
perl-Net-XMPP Package Contents on Rocky Linux 8
/usr/share/doc/perl-Net-XMPP
/usr/share/doc/perl-Net-XMPP/CHANGES
/usr/share/doc/perl-Net-XMPP/README
/usr/share/doc/perl-Net-XMPP/examples
/usr/share/doc/perl-Net-XMPP/examples/client.pl
/usr/share/doc/perl-Net-XMPP/examples/client_xpath.pl
/usr/share/licenses/perl-Net-XMPP
/usr/share/licenses/perl-Net-XMPP/LICENSE
/usr/share/man/man3/Net::XMPP.3pm.gz
/usr/share/man/man3/Net::XMPP::Client.3pm.gz
/usr/share/man/man3/Net::XMPP::Connection.3pm.gz
/usr/share/man/man3/Net::XMPP::Debug.3pm.gz
/usr/share/man/man3/Net::XMPP::IQ.3pm.gz
/usr/share/man/man3/Net::XMPP::JID.3pm.gz
/usr/share/man/man3/Net::XMPP::Message.3pm.gz
/usr/share/man/man3/Net::XMPP::Namespaces.3pm.gz
/usr/share/man/man3/Net::XMPP::Presence.3pm.gz
/usr/share/man/man3/Net::XMPP::PrivacyLists.3pm.gz
/usr/share/man/man3/Net::XMPP::Protocol.3pm.gz
/usr/share/man/man3/Net::XMPP::Roster.3pm.gz
/usr/share/man/man3/Net::XMPP::Stanza.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/XMPP
/usr/share/perl5/vendor_perl/Net/XMPP.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Client.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Connection.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Debug.pm
/usr/share/perl5/vendor_perl/Net/XMPP/IQ.pm
/usr/share/perl5/vendor_perl/Net/XMPP/JID.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Message.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Namespaces.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Presence.pm
/usr/share/perl5/vendor_perl/Net/XMPP/PrivacyLists.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Protocol.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Roster.pm
/usr/share/perl5/vendor_perl/Net/XMPP/Stanza.pm
References
Summary
In this tutorial we learn how to install perl-Net-XMPP
on Rocky Linux 8 using yum and dnf.