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

Last updated: October 05,2024

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

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

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

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

Please follow the guidelines below to uninstall perl-String-Base.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:33:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-String-Base
Version : 0.003
Release : 11.fc34
Architecture : x86_64
Size : 23 k
Source : perl-String-Base-0.003-11.fc34.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.