How To Install perl-Text-VCardFast on Fedora 36

In this tutorial we learn how to install perl-Text-VCardFast in Fedora 36. perl-Text-VCardFast is Perl extension for very fast parsing of VCards

Introduction

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

What is perl-Text-VCardFast

Text solutions. It has a Perl and an XS version of the same API, accessible as vcard2hash_pp and vcard2hash_c, with the XS version being preferred.

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

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

sudo dnf -y install perl-Text-VCardFast

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

sudo yum -y install perl-Text-VCardFast

How To Uninstall perl-Text-VCardFast on Fedora 36

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

sudo dnf remove perl-Text-VCardFast

perl-Text-VCardFast Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/2f38569823dfa737cdfd272b70e7c6f0acab9a
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/VCardFast.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/VCardFast
/usr/lib64/perl5/vendor_perl/auto/Text/VCardFast/VCardFast.so
/usr/share/doc/perl-Text-VCardFast
/usr/share/doc/perl-Text-VCardFast/Changes
/usr/share/doc/perl-Text-VCardFast/README
/usr/share/man/man3/Text::VCardFast.3pm.gz

References

Summary

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