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

Last updated: May 18,2024

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

This tutorial shows how to install perl-utf8-all.noarch on Oracle Linux 8

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

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

Please follow the guidance below to uninstall perl-utf8-all.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 2:04:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-utf8-all
Version : 0.024
Release : 7.el8
Architecture : noarch
Size : 28 k
Source : perl-utf8-all-0.024-7.el8.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.