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

Last updated: January 12,2025

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

Please follow the steps below to install perl-utf8-all.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-utf8-all.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:10:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-utf8-all
Version : 0.024
Release : 15.fc36
Architecture : noarch
Size : 26 k
Source : perl-utf8-all-0.024-15.fc36.src.rpm
Repository : fedora
Summary : Turn on Unicode everywhere
URL : https://metacpan.org/release/utf8-all
License : GPL+ or Artistic
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.