How To Install perl-Search-Dict on Fedora 36

In this tutorial we learn how to install perl-Search-Dict in Fedora 36. perl-Search-Dict is Search for a key in a dictionary file

Introduction

In this tutorial we learn how to install perl-Search-Dict on Fedora 36.

What is perl-Search-Dict

This module sets file position in a file handle to be first line greater than or equal (string-wise) to a key.

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

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

sudo dnf -y install perl-Search-Dict

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

sudo yum -y install perl-Search-Dict

How To Uninstall perl-Search-Dict on Fedora 36

To uninstall only the perl-Search-Dict package we can use the following command:

sudo dnf remove perl-Search-Dict

perl-Search-Dict Package Contents on Fedora 36

/usr/share/man/man3/Search::Dict.3pm.gz
/usr/share/perl5/Search
/usr/share/perl5/Search/Dict.pm

References

Summary

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