How to Install and Uninstall perl-Text-VCardFast.x86_64 Package on Fedora 34

Last updated: July 06,2024

1. Install "perl-Text-VCardFast.x86_64" package

In this section, we are going to explain the necessary steps to install perl-Text-VCardFast.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Text-VCardFast.x86_64

2. Uninstall "perl-Text-VCardFast.x86_64" package

Please follow the steps below to uninstall perl-Text-VCardFast.x86_64 on Fedora 34:

$ sudo dnf remove perl-Text-VCardFast.x86_64 $ sudo dnf autoremove

3. Information about the perl-Text-VCardFast.x86_64 package on Fedora 34

Last metadata expiration check: 1:47:44 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Text-VCardFast
Version : 0.11
Release : 15.fc34
Architecture : x86_64
Size : 32 k
Source : perl-Text-VCardFast-0.11-15.fc34.src.rpm
Repository : fedora
Summary : Perl extension for very fast parsing of VCards
URL : https://metacpan.org/release/Text-VCardFast
License : GPL+ or Artistic
Description : Text::VCardFast is designed to parse VCards very quickly compared to pure-Perl
: 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.