How To Install perl-HTML-BarGraph on Fedora 36

In this tutorial we learn how to install perl-HTML-BarGraph in Fedora 36. perl-HTML-BarGraph is Generate multiset bar graphs using plain HTML

Introduction

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

What is perl-HTML-BarGraph

HTML using plain HTML and, optionally, one-pixel images, which are stretched using the width and height attributes of the HTML img tag.

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

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

sudo dnf -y install perl-HTML-BarGraph

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

sudo yum -y install perl-HTML-BarGraph

How To Uninstall perl-HTML-BarGraph on Fedora 36

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

sudo dnf remove perl-HTML-BarGraph

perl-HTML-BarGraph Package Contents on Fedora 36

/usr/share/doc/perl-HTML-BarGraph
/usr/share/doc/perl-HTML-BarGraph/Changes
/usr/share/doc/perl-HTML-BarGraph/README
/usr/share/doc/perl-HTML-BarGraph/sample.html
/usr/share/man/man3/HTML::BarGraph.3pm.gz
/usr/share/perl-HTML-BarGraph
/usr/share/perl-HTML-BarGraph/pixels
/usr/share/perl-HTML-BarGraph/pixels/blue.png
/usr/share/perl-HTML-BarGraph/pixels/green.png
/usr/share/perl-HTML-BarGraph/pixels/lightblue.png
/usr/share/perl-HTML-BarGraph/pixels/red.png
/usr/share/perl-HTML-BarGraph/pixels/yellow.png
/usr/share/perl-HTML-BarGraph/sample.html
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/BarGraph.pm

References

Summary

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