How to Install and Uninstall perl-String-Base.x86_64 Package on Fedora 35

Last updated: February 04,2025

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

Please follow the guidelines below to install perl-String-Base.x86_64 on Fedora 35

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

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

Please follow the steps below to uninstall perl-String-Base.x86_64 on Fedora 35:

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

3. Information about the perl-String-Base.x86_64 package on Fedora 35

Last metadata expiration check: 0:27:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-String-Base
Version : 0.003
Release : 13.fc35
Architecture : x86_64
Size : 23 k
Source : perl-String-Base-0.003-13.fc35.src.rpm
Repository : fedora
Summary : String index offsetting
URL : https://metacpan.org/release/String-Base
License : GPL+ or Artistic
Description : This module implements automatic offsetting of string indices. In normal
: Perl, the first character of a string has index 0, the second character has
: index 1, and so on. This module allows string indexes to start at some
: other value. Most commonly it is used to give the first character of a
: string the index 1 (and the second 2, and so on), to imitate the indexing
: behavior of FORTRAN and many other languages. It is usually considered
: poor style to do this.