How To Install perl-WWW-Shorten on Fedora 36

In this tutorial we learn how to install perl-WWW-Shorten in Fedora 36. perl-WWW-Shorten is Interface to URL shortening sites

Introduction

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

What is perl-WWW-Shorten

A unified interface to various URL shortening services on the web, such as TinyURL or makeashorterlink.com.

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

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

sudo dnf -y install perl-WWW-Shorten

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

sudo yum -y install perl-WWW-Shorten

How To Uninstall perl-WWW-Shorten on Fedora 36

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

sudo dnf remove perl-WWW-Shorten

perl-WWW-Shorten Package Contents on Fedora 36

/usr/bin/shorten
/usr/share/doc/perl-WWW-Shorten
/usr/share/doc/perl-WWW-Shorten/Changes
/usr/share/doc/perl-WWW-Shorten/MANIFEST
/usr/share/doc/perl-WWW-Shorten/README
/usr/share/licenses/perl-WWW-Shorten
/usr/share/licenses/perl-WWW-Shorten/LICENSE
/usr/share/man/man1/shorten.1.gz
/usr/share/man/man3/WWW::Shorten.3pm.gz
/usr/share/man/man3/WWW::Shorten::LinkToolbot.3pm.gz
/usr/share/man/man3/WWW::Shorten::Linkz.3pm.gz
/usr/share/man/man3/WWW::Shorten::MakeAShorterLink.3pm.gz
/usr/share/man/man3/WWW::Shorten::Metamark.3pm.gz
/usr/share/man/man3/WWW::Shorten::Qurl.3pm.gz
/usr/share/man/man3/WWW::Shorten::Qwer.3pm.gz
/usr/share/man/man3/WWW::Shorten::TinyClick.3pm.gz
/usr/share/man/man3/WWW::Shorten::TinyURL.3pm.gz
/usr/share/man/man3/WWW::Shorten::Tinylink.3pm.gz
/usr/share/man/man3/WWW::Shorten::UserAgent.3pm.gz
/usr/share/man/man3/WWW::Shorten::_dead.3pm.gz
/usr/share/man/man3/WWW::Shorten::generic.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Shorten
/usr/share/perl5/vendor_perl/WWW/Shorten.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/LinkToolbot.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/Linkz.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/MakeAShorterLink.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/Metamark.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/Qurl.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/Qwer.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/TinyClick.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/TinyURL.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/Tinylink.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/UserAgent.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/_dead.pm
/usr/share/perl5/vendor_perl/WWW/Shorten/generic.pm

References

Summary

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