How To Install perl-Net-Twitter on Fedora 36

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

Introduction

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

What is perl-Net-Twitter

This module provides a Perl interface to the Twitter APIs. See http

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

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

sudo dnf -y install perl-Net-Twitter

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

sudo yum -y install perl-Net-Twitter

How To Uninstall perl-Net-Twitter on Fedora 36

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

sudo dnf remove perl-Net-Twitter

perl-Net-Twitter Package Contents on Fedora 36

/usr/share/doc/perl-Net-Twitter
/usr/share/doc/perl-Net-Twitter/Changes
/usr/share/doc/perl-Net-Twitter/README
/usr/share/man/man3/Net::Identica.3pm.gz
/usr/share/man/man3/Net::Twitter.3pm.gz
/usr/share/man/man3/Net::Twitter::API.3pm.gz
/usr/share/man/man3/Net::Twitter::Core.3pm.gz
/usr/share/man/man3/Net::Twitter::Error.3pm.gz
/usr/share/man/man3/Net::Twitter::Manual::MigratingToV1_1.3pm.gz
/usr/share/man/man3/Net::Twitter::OAuth.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::Lists.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::REST.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::RESTv1_1.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::Search.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::Search::Trends.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::TwitterVision.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::Upload.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::API::UploadMedia.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::AppAuth.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::AutoCursor.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::InflateObjects.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::Legacy.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::OAuth.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::RateLimit.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::RetryOnError.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::SimulateCursors.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::WrapError.3pm.gz
/usr/share/man/man3/Net::Twitter::Role::WrapResult.3pm.gz
/usr/share/man/man3/Net::Twitter::Search.3pm.gz
/usr/share/man/man3/Net::Twitter::Types.3pm.gz
/usr/share/man/man3/Net::Twitter::WrappedResult.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/Identica.pm
/usr/share/perl5/vendor_perl/Net/Twitter
/usr/share/perl5/vendor_perl/Net/Twitter.pm
/usr/share/perl5/vendor_perl/Net/Twitter.pod
/usr/share/perl5/vendor_perl/Net/Twitter/API.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Core.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Error.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Manual
/usr/share/perl5/vendor_perl/Net/Twitter/Manual/MigratingToV1_1.pod
/usr/share/perl5/vendor_perl/Net/Twitter/OAuth.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/Lists.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/REST.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/RESTv1_1.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/Search
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/Search.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/Search/Trends.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/TwitterVision.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/Upload.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/API/UploadMedia.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/AppAuth.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/AutoCursor.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/InflateObjects.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/Legacy.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/OAuth.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/RateLimit.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/RetryOnError.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/SimulateCursors.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/WrapError.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Role/WrapResult.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Search.pm
/usr/share/perl5/vendor_perl/Net/Twitter/Types.pm
/usr/share/perl5/vendor_perl/Net/Twitter/WrappedResult.pm

References

Summary

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