How to Install and Uninstall perl-utf8-all.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

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

This tutorial shows how to install perl-utf8-all.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Here is a brief guide to show you how to uninstall perl-utf8-all.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-utf8-all.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:59:51 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-utf8-all
Version : 0.024
Release : 14.el9
Architecture : noarch
Size : 26 k
Source : perl-utf8-all-0.024-14.el9.src.rpm
Repository : epel
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.