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

Last updated: October 06,2024

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

This tutorial shows how to install perl-Array-Base.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 5:13:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Array-Base
Version : 0.006
Release : 11.fc34
Architecture : x86_64
Size : 24 k
Source : perl-Array-Base-0.006-11.fc34.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.