How To Install perl-Text-vCard on Fedora 36

In this tutorial we learn how to install perl-Text-vCard in Fedora 36. perl-Text-vCard is Package to edit and create a single vCard (RFC 2426)

Introduction

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

What is perl-Text-vCard

vCards are electronic business cards used by various message user agents (MUAs) and defined in RFC 2426. They are a simple and extensible representation for common contact information such as name, company, telephone, fax, address, email, etc. and some less common information such as IM or Googletalk handles. This package provides an interface for manipulating vCards.

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

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

sudo dnf -y install perl-Text-vCard

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

sudo yum -y install perl-Text-vCard

How To Uninstall perl-Text-vCard on Fedora 36

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

sudo dnf remove perl-Text-vCard

perl-Text-vCard Package Contents on Fedora 36

/usr/share/doc/perl-Text-vCard
/usr/share/doc/perl-Text-vCard/Changes
/usr/share/doc/perl-Text-vCard/README
/usr/share/licenses/perl-Text-vCard
/usr/share/licenses/perl-Text-vCard/LICENSE
/usr/share/man/man3/Text::vCard.3pm.gz
/usr/share/man/man3/Text::vCard::Addressbook.3pm.gz
/usr/share/man/man3/Text::vCard::Node.3pm.gz
/usr/share/man/man3/vCard.3pm.gz
/usr/share/man/man3/vCard::AddressBook.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/vCard
/usr/share/perl5/vendor_perl/Text/vCard.pm
/usr/share/perl5/vendor_perl/Text/vCard/Addressbook.pm
/usr/share/perl5/vendor_perl/Text/vCard/Node.pm
/usr/share/perl5/vendor_perl/vCard
/usr/share/perl5/vendor_perl/vCard.pm
/usr/share/perl5/vendor_perl/vCard/AddressBook.pm
/usr/share/perl5/vendor_perl/vCard/Role
/usr/share/perl5/vendor_perl/vCard/Role/FileIO.pm

References

Summary

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