How To Install perl-HTML-LinkList on Fedora 36

In this tutorial we learn how to install perl-HTML-LinkList in Fedora 36. perl-HTML-LinkList is Create a ‘smart’ list of HTML links

Introduction

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

This module contains a number of functions for taking sets of URLs and labels and creating suitably formatted HTML. These links are “smart” because, if given the url of the current page, if any of the links in the list equal it, that item in the list will be formatted as a special label, not as a link; this is a Good Thing, since the user would be confused by clicking on a link back to the current page. While many website systems have plugins for “smart” navbars, they are specialized for that system only, and can’t be reused elsewhere, forcing people to reinvent the wheel. I hereby present one wheel, free to be reused by anybody; just the simple functions, a backend, which can be plugged into whatever system you want.The default format for the HTML is to make an unordered list, but there are many options, enabling one to have a flatter layout with any separators you desire, or a more complicated list with differing formats for different levels.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTML-LinkList using dnf by running the following command:

sudo dnf -y install perl-HTML-LinkList

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTML-LinkList using yum by running the following command:

sudo yum -y install perl-HTML-LinkList

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

sudo dnf remove perl-HTML-LinkList
/usr/share/doc/perl-HTML-LinkList
/usr/share/doc/perl-HTML-LinkList/Changes
/usr/share/doc/perl-HTML-LinkList/OldChanges
/usr/share/doc/perl-HTML-LinkList/README
/usr/share/doc/perl-HTML-LinkList/README.mkdn
/usr/share/licenses/perl-HTML-LinkList
/usr/share/licenses/perl-HTML-LinkList/LICENSE
/usr/share/man/man3/HTML::LinkList.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/LinkList.pm

References

Summary

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