How to Install and Uninstall perl-File-Find-utf8.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-File-Find-utf8.noarch" package

This guide let you learn how to install perl-File-Find-utf8.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-File-Find-utf8.noarch

2. Uninstall "perl-File-Find-utf8.noarch" package

Learn how to uninstall perl-File-Find-utf8.noarch on Fedora 34:

$ sudo dnf remove perl-File-Find-utf8.noarch $ sudo dnf autoremove

3. Information about the perl-File-Find-utf8.noarch package on Fedora 34

Last metadata expiration check: 3:08:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-File-Find-utf8
Version : 0.014
Release : 1.fc34
Architecture : noarch
Size : 23 k
Source : perl-File-Find-utf8-0.014-1.fc34.src.rpm
Repository : updates
Summary : Fully UTF-8 aware File::Find
URL : https://metacpan.org/release/File-Find-utf8
License : GPL+ or Artistic
Description : While the original File::Find functions are capable of handling UTF-8 quite
: well, they expect and return all data as bytes, not as characters. This
: File::Find::utf8 Perl module replaces the File::Find functions with fully
: UTF-8 aware versions, both expecting and returning characters.