How To Install perl-HarfBuzz-Shaper on Fedora 36

In this tutorial we learn how to install perl-HarfBuzz-Shaper in Fedora 36. perl-HarfBuzz-Shaper is Access to a small subset of the native HarfBuzz library

Introduction

In this tutorial we learn how to install perl-HarfBuzz-Shaper on Fedora 36.

What is perl-HarfBuzz-Shaper

HarfBuzz subset of the native HarfBuzz library. The subset is suitable for typesetting programs that need to deal with complex languages like Devanagari. This module is intended to be used with module L<Text

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

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

sudo dnf -y install perl-HarfBuzz-Shaper

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

sudo yum -y install perl-HarfBuzz-Shaper

How To Uninstall perl-HarfBuzz-Shaper on Fedora 36

To uninstall only the perl-HarfBuzz-Shaper package we can use the following command:

sudo dnf remove perl-HarfBuzz-Shaper

perl-HarfBuzz-Shaper Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/90e0c6acd1f9b80254d47799492842fe90f7a2
/usr/lib64/perl5/vendor_perl/HarfBuzz/Shaper.pm
/usr/lib64/perl5/vendor_perl/auto/HarfBuzz
/usr/lib64/perl5/vendor_perl/auto/HarfBuzz/Shaper
/usr/lib64/perl5/vendor_perl/auto/HarfBuzz/Shaper/Shaper.so
/usr/share/doc/perl-HarfBuzz-Shaper
/usr/share/doc/perl-HarfBuzz-Shaper/Changes
/usr/share/doc/perl-HarfBuzz-Shaper/README
/usr/share/man/man3/HarfBuzz::Shaper.3pm.gz

References

Summary

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