How To Install perl-NNTPClient on Fedora 36

In this tutorial we learn how to install perl-NNTPClient in Fedora 36. perl-NNTPClient is Perl 5 module to talk to NNTP (RFC977) server

Introduction

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

What is perl-NNTPClient

This module implements a client interface to NNTP, enabling a Perl 5 application to talk to NNTP servers. It uses the Object Oriented Programming interface.

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

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

sudo dnf -y install perl-NNTPClient

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

sudo yum -y install perl-NNTPClient

How To Uninstall perl-NNTPClient on Fedora 36

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

sudo dnf remove perl-NNTPClient

perl-NNTPClient Package Contents on Fedora 36

/usr/share/doc/perl-NNTPClient
/usr/share/doc/perl-NNTPClient/README
/usr/share/doc/perl-NNTPClient/demos
/usr/share/doc/perl-NNTPClient/demos/NNTPFetchProgress.pm
/usr/share/doc/perl-NNTPClient/demos/NNTPHuge.pm
/usr/share/man/man3/News::NNTPClient.3pm.gz
/usr/share/perl5/vendor_perl/News
/usr/share/perl5/vendor_perl/News/NNTPClient.pm

References

Summary

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