How To Install perl-Text-Kakasi on Fedora 36

In this tutorial we learn how to install perl-Text-Kakasi in Fedora 36. perl-Text-Kakasi is Kakasi library module for perl

Introduction

In this tutorial we learn how to install perl-Text-Kakasi on Fedora 36.

What is perl-Text-Kakasi

This module provides libkakasi interface for perl. libkakasi is a part of KAKASI. KAKASI is the language processing filter to convert Kanji characters to Hiragana, Katakana or Romaji and may be helpful to read Japanese documents. More information about KAKASI is available at <http

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

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

sudo dnf -y install perl-Text-Kakasi

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

sudo yum -y install perl-Text-Kakasi

How To Uninstall perl-Text-Kakasi on Fedora 36

To uninstall only the perl-Text-Kakasi package we can use the following command:

sudo dnf remove perl-Text-Kakasi

perl-Text-Kakasi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/9185fee37ef5ea9d8ac39bbe04600cd04e1f3f
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/Kakasi
/usr/lib64/perl5/vendor_perl/Text/Kakasi.pm
/usr/lib64/perl5/vendor_perl/Text/Kakasi/JP.pod
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/Kakasi
/usr/lib64/perl5/vendor_perl/auto/Text/Kakasi/Kakasi.so
/usr/share/licenses/perl-Text-Kakasi
/usr/share/licenses/perl-Text-Kakasi/COPYING
/usr/share/man/man3/Text::Kakasi.3pm.gz
/usr/share/man/man3/Text::Kakasi::JP.3pm.gz

References

Summary

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