How to Install and Uninstall perl-utf8-all.noarch Package on Oracle Linux 9

Last updated: May 18,2024

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

This guide covers the steps necessary to install perl-utf8-all.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the perl-utf8-all.noarch package on Oracle Linux 9

Last metadata expiration check: 3:26:22 ago on Thu Feb 15 07:50:05 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.