How To Install perl-Net-Twitter-Lite on Fedora 36

In this tutorial we learn how to install perl-Net-Twitter-Lite in Fedora 36. perl-Net-Twitter-Lite is Perl interface to the Twitter API

Introduction

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

What is perl-Net-Twitter-Lite

This module provides a perl interface to the Twitter API v1.

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

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

sudo dnf -y install perl-Net-Twitter-Lite

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

sudo yum -y install perl-Net-Twitter-Lite

How To Uninstall perl-Net-Twitter-Lite on Fedora 36

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

sudo dnf remove perl-Net-Twitter-Lite

perl-Net-Twitter-Lite Package Contents on Fedora 36

/usr/share/doc/perl-Net-Twitter-Lite
/usr/share/doc/perl-Net-Twitter-Lite/Changes
/usr/share/doc/perl-Net-Twitter-Lite/README
/usr/share/doc/perl-Net-Twitter-Lite/examples
/usr/share/doc/perl-Net-Twitter-Lite/examples/oauth_desktop.pl
/usr/share/doc/perl-Net-Twitter-Lite/examples/oauth_webapp.pl
/usr/share/licenses/perl-Net-Twitter-Lite
/usr/share/licenses/perl-Net-Twitter-Lite/LICENSE
/usr/share/man/man3/Net::Twitter::Lite.3pm.gz
/usr/share/man/man3/Net::Twitter::Lite::API::V1.3pm.gz
/usr/share/man/man3/Net::Twitter::Lite::API::V1_1.3pm.gz
/usr/share/man/man3/Net::Twitter::Lite::Error.3pm.gz
/usr/share/man/man3/Net::Twitter::Lite::WithAPIv1_1.3pm.gz
/usr/share/man/man3/Net::Twitter::Lite::WrapResult.3pm.gz
/usr/share/perl5/vendor_perl/Net/Twitter
/usr/share/perl5/vendor_perl/Net/Twitter/Lite
/usr/share/perl5/vendor_perl/Net/Twitter/Lite.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Lite.pod
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/API
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/API/V1.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/API/V1_1.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/Error.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/WithAPIv1_1.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/WithAPIv1_1.pod
/usr/share/perl5/vendor_perl/Net/Twitter/Lite/WrapResult.pm

References

Summary

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