How to Install and Uninstall perl-utf8-all.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "perl-utf8-all.noarch" package

Please follow the guidance below to install perl-utf8-all.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-utf8-all.noarch

2. Uninstall "perl-utf8-all.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-utf8-all.noarch on Fedora 39:

$ sudo dnf remove perl-utf8-all.noarch $ sudo dnf autoremove

3. Information about the perl-utf8-all.noarch package on Fedora 39

Last metadata expiration check: 5:10:55 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-utf8-all
Version : 0.024
Release : 20.fc39
Architecture : noarch
Size : 25 k
Source : perl-utf8-all-0.024-20.fc39.src.rpm
Repository : fedora
Summary : Turn on Unicode everywhere
URL : https://metacpan.org/release/utf8-all
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Pragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8
: strings, variable names, and regular expressions. utf8::all goes further, and
: makes @ARGV encoded in UTF-8, and file handles are opened with UTF-8 encoding
: turned on by default (including STDIN, STDOUT, STDERR), and character names
: are imported so \N{...} sequences can be used to compile Unicode characters
: based on names. If you don't want UTF-8 for a particular file handle, you'll
: have to set binmode $filehandle.