How to Install and Uninstall perl-HTML-TagCloud.noarch Package on Fedora 34

Last updated: July 04,2024

1. Install "perl-HTML-TagCloud.noarch" package

Please follow the instructions below to install perl-HTML-TagCloud.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-HTML-TagCloud.noarch

2. Uninstall "perl-HTML-TagCloud.noarch" package

Here is a brief guide to show you how to uninstall perl-HTML-TagCloud.noarch on Fedora 34:

$ sudo dnf remove perl-HTML-TagCloud.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-TagCloud.noarch package on Fedora 34

Last metadata expiration check: 0:51:01 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-HTML-TagCloud
Version : 0.38
Release : 22.fc34
Architecture : noarch
Size : 16 k
Source : perl-HTML-TagCloud-0.38-22.fc34.src.rpm
Repository : fedora
Summary : Generate An HTML Tag Cloud
URL : https://metacpan.org/release/HTML-TagCloud
License : GPL+ or Artistic
Description : The HTML::TagCloud module enables you to generate "tag clouds" in HTML. Tag
: 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.