How to Install and Uninstall perl-Scalar-String.x86_64 Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "perl-Scalar-String.x86_64" package

Please follow the steps below to install perl-Scalar-String.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Scalar-String.x86_64

2. Uninstall "perl-Scalar-String.x86_64" package

This guide covers the steps necessary to uninstall perl-Scalar-String.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Scalar-String.x86_64 $ sudo dnf autoremove

3. Information about the perl-Scalar-String.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:25:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Scalar-String
Version : 0.003
Release : 8.el8
Architecture : x86_64
Size : 23 k
Source : perl-Scalar-String-0.003-8.el8.src.rpm
Repository : epel
Summary : String aspects of scalars
URL : https://metacpan.org/release/Scalar-String
License : GPL+ or Artistic
Description : This module is about the string part of plain Perl scalars. A scalar has a
: string value, which is notionally a sequence of Unicode codepoints, but
: may be internally encoded in either ISO-8859-1 or UTF-8. In places, and
: more so in older versions of Perl, the internal encoding shows through. To
: fully understand Perl strings it is necessary to understand these
: implementation details.