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

Last updated: November 26,2024

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

This is a short guide on how to install perl-Array-Base.x86_64 on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Array-Base.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:18:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Array-Base
Version : 0.006
Release : 13.fc35
Architecture : x86_64
Size : 24 k
Source : perl-Array-Base-0.006-13.fc35.src.rpm
Repository : fedora
Summary : Array index offsetting
URL : https://metacpan.org/release/Array-Base
License : GPL+ or Artistic
Description : This module implements automatic offsetting of array indices. In normal
: Perl, the first element of an array has index 0, the second element has
: index 1, and so on. This module allows array indexes to start at some
: other value. Most commonly it is used to give the first element of an
: array 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.