How To Install perl-HTML-TagCloud on Fedora 36

In this tutorial we learn how to install perl-HTML-TagCloud in Fedora 36. perl-HTML-TagCloud is Generate An HTML Tag Cloud

Introduction

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

What is perl-HTML-TagCloud

The HTML clouds serve as a textual way to visualize terms and topics that are used most frequently. The tags are sorted alphabetically and a larger font is used to indicate more frequent term usage. This module provides a simple interface to generating a CSS-based HTML tag cloud. You simply pass in a set of tags, their URL and their count. This module outputs style-sheet-based HTML. You may use the included CSS or use your own.

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

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

sudo dnf -y install perl-HTML-TagCloud

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

sudo yum -y install perl-HTML-TagCloud

How To Uninstall perl-HTML-TagCloud on Fedora 36

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

sudo dnf remove perl-HTML-TagCloud

perl-HTML-TagCloud Package Contents on Fedora 36

/usr/share/doc/perl-HTML-TagCloud
/usr/share/doc/perl-HTML-TagCloud/CHANGES
/usr/share/doc/perl-HTML-TagCloud/README
/usr/share/man/man3/HTML::TagCloud.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/TagCloud.pm

References

Summary

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