How to Install and Uninstall perl-Scalar-String.x86_64 Package on Fedora 36

Last updated: May 10,2024

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

Please follow the step by step instructions below to install perl-Scalar-String.x86_64 on Fedora 36

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

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

Please follow the instructions below to uninstall perl-Scalar-String.x86_64 on Fedora 36:

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

3. Information about the perl-Scalar-String.x86_64 package on Fedora 36

Last metadata expiration check: 0:08:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Scalar-String
Version : 0.003
Release : 15.fc36
Architecture : x86_64
Size : 22 k
Source : perl-Scalar-String-0.003-15.fc36.src.rpm
Repository : fedora
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.